Question: Write a complete program in C+ to determine the amount of scholarship a person gets based on the given table: Program Diploma Bachelor CGPA

Write a complete program in C++ to determine the amount of scholarship a person gets based on the given

Write a complete program in C+ to determine the amount of scholarship a person gets based on the given table: Program Diploma Bachelor CGPA Less than 3.00 3.00 and more Less than 3.30 3.30 and more The program must perform the following task: The program should accept the following items as input: o Program (Diploma/Bachelor) CGPA Amount (per year) RM 5,000 RM 7,000 RM 6,000 RM 10,000 The program will determine and display the amount of scholarship a person gets per year. The program should be able to display appropriate error message for any invalid input.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

C include using namespace std int main string program double cgpa Prompt user to enter program cout Enter the program DiplomaBachelorMaster cin program Validate program input if program Diploma progra... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!