Question: - Build a basic Java application that leverages information retrieved from a simulated web API (Application Programming Interface). - Simulate the a real-world process by

 - Build a basic Java application that leverages information retrieved froma simulated web API (Application Programming Interface). - Simulate the a real-worldprocess by which custom built data types are utilized in programs inmodern apps. - Begin to accumulate the foundational knowledge necessary to work

- Build a basic Java application that leverages information retrieved from a simulated web API (Application Programming Interface). - Simulate the a real-world process by which custom built data types are utilized in programs in modern apps. - Begin to accumulate the foundational knowledge necessary to work on our final projects! Assignment 2. Write a class called GradeBook using the UML diagram and notes given below as guidance. 3. Update the Assignment class using the UML diagram and notes given below as guidance. You can use my provided solution file for the basis of this assignment. 4. Create a third Java file. This will be your main program. The program will do the following. 1. Prompt the user to enter the name of a Student. 2. Prompt the user to enter the name of a Class. 3. Use those two pieces of information to create an instance of the GradeBook class. 4. Make a call to the remote API to retrieve a random number of Assignments. Use the API documentation and Java code given in the documentation to do this. loop to parse and create the objects from the retrieved data). 7. Once all data is retrieved and added to the GradeBook class, print the GradeBook instance. 5. The format for the GradeBook toString() is as follows: Student Name: Jason Wertz Course Name: CIS 111B Final Grade: B+ szepdn 7Wn Screen Capture Showing the Program After Being Run

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!