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=SS + TS + IS Then the function will return admitted college (string) as follows: Total Score Admitted college ≥ 90 Engineering IT 80 to 89 < 80 Others

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.4: A Case Study: Constructing A Date Class
Problem 6E
icon
Related questions
Question
C++
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=SS + TS + IS
Then the function will return admitted college (string) as follows:
Total Score
Admitted college
≥ 90
80 to 89
< 80
Engineering
IT
Others
Transcribed Image Text: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=SS + TS + IS Then the function will return admitted college (string) as follows: Total Score Admitted college ≥ 90 80 to 89 < 80 Engineering IT Others
Complete the below main program to prompt the user to enter the School score (double), the
Written Test Score (double) and the Interview Score (double). The program will then display the admitted
college by calling the function defined in Part (A). Follow the sample below.
SAMPLE INPUT/OUTPUT
Enter School, Written test and Interview Scores:
65 12 14
Admitted College is Engineering
Transcribed Image Text:Complete the below main program to prompt the user to enter the School score (double), the Written Test Score (double) and the Interview Score (double). The program will then display the admitted college by calling the function defined in Part (A). Follow the sample below. SAMPLE INPUT/OUTPUT Enter School, Written test and Interview Scores: 65 12 14 Admitted College is Engineering
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning