Question: c++ Question 3 (9+ 5 marks ) (A) Write a function called Admission that accepts three parameters: School Score SS (double), Written Test Score TS

 c++ Question 3 (9+ 5 marks ) (A) Write a function

c++

Question 3 (9+ 5 marks ) (A) Write a function called Admission that accepts three parameters: School Score SS (double), Written Test Score TS (double) and Interview Score IS (double). The function will calculate total score as follows: total score = School Score + Written Test Score + Interview Score Then the function will return admitted college (string) as follows: total Score admitted college 290 Engineering 80 to 89 IT = 90) return "Engineering"; else if (total >= 80) return "IT"; else return "Others"; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!