Design a program using pseudocode that accepts the students


1. The school maintains records containing information about students of each grade. Each record contains a student's first name, last name and grade number. The grades are:

Grade Number

Grade Name

1 First Grade

2 Second Grade

3 Third Grade

4 Fourth Grade

5 Fifth Grade

Design a program using pseudocode that accepts the student's first name, last name and grade number and creates a report that lists each student's last name along with his or her grade name. Use a modular design to solve the problem. Hint: Use parallel arrays to store the grade number and grade name.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Design a program using pseudocode that accepts the students
Reference No:- TGS02756010

Now Priced at $10 (50% Discount)

Recommended (98%)

Rated (4.3/5)