Answered step by step
Verified Expert Solution
Link Copied!

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)

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Case Studies In Business Data Bases

Authors: James Bradley

1st Edition

0030141346, 978-0030141348

More Books

Students also viewed these Databases questions