Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop an application in Java that maintains a list of Course objects. The class Course has a course number like ICS201 and a list of

Develop an application in Java that maintains a list of Course objects. The class Course has a course number like ICS201 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

Creating A Database In Filemaker Pro Visual QuickProject Guide

Authors: Steven A. Schwartz

1st Edition

0321321219, 978-0321321213

More Books

Students also viewed these Databases questions

Question

=+Where do you want to live and work?

Answered: 1 week ago

Question

=+1 Where are the best places in the world to live (and work)?

Answered: 1 week ago

Question

=+Are you interested in working on global teams?

Answered: 1 week ago