Question
A university has 3 British programs: BA, EL and ITC. Assume that students will be admitted to a specific program according to their percentage in
A university has 3 British programs: BA, EL and ITC. Assume that students will be admitted to a specific program according to their percentage in the high school as follows:
- "ITC" if percentage 90 - "EL" if 80 percentage < 90 - "BA" if 60 percentage < 80 - If percentage < 60, the student will not be admitted to any program
Write an algorithm that prompts the user to enter a real number represents the percentage of a student in the high school and prints on the screen a message explains to which program he/she will be admitted. At the end, you should print "Thank you" message.
Your program should follow (exactly) the format of the following sample:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started