Answered step by step
Verified Expert Solution
Question
1 Approved Answer
- 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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started