Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a program using pseudocode that will prepare a student tuition report. The program should ask the user to enter their name, year in school
Design a program using pseudocode that will prepare a student tuition report. The program should ask the user to enter their name, year in school code and number of credits. The program will output the name, school level and tuition.
School Code Level
P Primary
S Secondary
H High School
The tuition will be computed as follows:
Year in school code Tuition
P $200
S $20 per credit (credits
$400 (credits > 12)
H $70 per credit (credits
$72 per credit (credits >=8 and
$75 per credit (credits > 12)
Design a program using pseudocode that will prepare a student tuition report. The program should ask the user to enter their name, year in school code and number of credits. The program will output the name, school level and tuition School Code Level Primary Secondary High School The tuition will be computed as follows: Year in school code Tuition $200 $20 per credit (credits12) $400 (credits>12) $70 per credit (credits =8 and G12) S75 per credit (credits>12) 5
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