QUESTION 1 Melody Piano Club provides a piano course for a student based on lesson hours. The charges per student is based on the level of difficulty as shown in Table 1. The club offers a 15%...


QUESTION 1<br>Melody Piano Club provides a piano course for a student based on lesson hours. The<br>charges per student is based on the level of difficulty as shown in Table 1. The club offers a<br>15% discount for Malaysian student.<br>Table 1<br>Level of Difficulty<br>Beginner<br>Intermediate<br>Charge per hour (RM)<br>35.00<br>60.00<br>Advance<br>85.00<br>Write a complete C++ program to calculate the total charge for the student using the<br>information above. Your program should input the student's name, lesson hour, level of<br>difficulty and nationality status. You should welcome the new student to the dub as well. A<br>sample of input and output is shown in Figure 1 below.<br>OHak Cipta Universiti Taknologi MA<br>CONFIDENTIAL<br>CONFIDENTIAL<br>CSJUL 2021/cSC402<br>Enter your name : Aina<br>Enter lesson hour: 9<br>Enter level of difficulty:<br>1 - Beginner<br>2 - Intermediate<br>3- Advance<br>Level: 3<br>Are you a Malaysian<br>true - Malaysian / false - non-Malaysian<br>Malaysian? :true<br>Your name is Aina<br>Total charge: RM810<br>welcome Aina. Hope you enjoy your piano classes. Thank you!<br>Figure 1<br>(20 marks)<br>

Extracted text: QUESTION 1 Melody Piano Club provides a piano course for a student based on lesson hours. The charges per student is based on the level of difficulty as shown in Table 1. The club offers a 15% discount for Malaysian student. Table 1 Level of Difficulty Beginner Intermediate Charge per hour (RM) 35.00 60.00 Advance 85.00 Write a complete C++ program to calculate the total charge for the student using the information above. Your program should input the student's name, lesson hour, level of difficulty and nationality status. You should welcome the new student to the dub as well. A sample of input and output is shown in Figure 1 below. OHak Cipta Universiti Taknologi MA CONFIDENTIAL CONFIDENTIAL CSJUL 2021/cSC402 Enter your name : Aina Enter lesson hour: 9 Enter level of difficulty: 1 - Beginner 2 - Intermediate 3- Advance Level: 3 Are you a Malaysian true - Malaysian / false - non-Malaysian Malaysian? :true Your name is Aina Total charge: RM810 welcome Aina. Hope you enjoy your piano classes. Thank you! Figure 1 (20 marks)

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here