Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write psuedocode in medium-level. 12. Design an algorithm to input student records; each record contains a student name, registration code, and credits field. A registration

Write psuedocode in medium-level.
image text in transcribed
12. Design an algorithm to input student records; each record contains a student name, registration code, and credits field. A registration code of 1 indicates that the student is a resident. A registration code of 2 indicates that the stu- dent is a nonresident. A value of 12 or more in the credits field indicates full-time (FT) status. A lesser value indicates part-time (PT) status. Output a detail line for each student containing the student's name and a tuition amount computed as follows: FT resident $1200.00 flat fee PT resident $100.00 per credit FT nonresident $2760.00 flat fee .PT nonresident $230.00 per credit Five total lines are also to be output as follows: Total number of FT resident students Total number of PT resident students Total number of FT nonresident students Total number of PT nonresident students Total number of students Use automatic end-of-file logic to signal the end of the input. 13. Design an algorithm to mu

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

More Books

Students also viewed these Databases questions

Question

Find the formula for the n-th power of this matrix.

Answered: 1 week ago