Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise Develop an application that maintains a list of Course objects. The class Course has a course number like IC201 and a list of Student

image text in transcribed
Exercise Develop an application that maintains a list of Course objects. The class Course has a course number like "IC201" and a list of Student objects. The class Student has id number and letter grade like "A+". Your menu has the following commands 1. List the courses and the number of students sorted by course number 2. List students and their grades in a course (take the course number from user) 3. List courses taken by a student (take the id number from user) Use the following data to test your application ICS201 201511110 A 201522220 B+ 201512120 D+ ICS102 201533330 C 201522220 A 201512220 D+ MATH102 201511110 A+ 201512120 D+ Exercise Develop an application that maintains a list of Course objects. The class Course has a course number like "IC201" and a list of Student objects. The class Student has id number and letter grade like "A+". Your menu has the following commands 1. List the courses and the number of students sorted by course number 2. List students and their grades in a course (take the course number from user) 3. List courses taken by a student (take the id number from user) Use the following data to test your application ICS201 201511110 A 201522220 B+ 201512120 D+ ICS102 201533330 C 201522220 A 201512220 D+ MATH102 201511110 A+ 201512120 D+

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

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

Draw and explain the operation of LVDT for pressure measurement

Answered: 1 week ago