Write a program that defines a one-dimensional array of String [5] and a two-dimensional array of int [5] [3]. Load the five names into the array of String and the corresponding exam grades (2 per name) into the array of int by reading them from a file. Use the data supplied below. Give the user the option of computing the average for an individual student or the average for an individual exam. When this is done, for extra credit, provide the option of adding an additional grade. Be sure to include the new grade in the computation of student and exam averages. Allow the user to select different options (use a loop). When the user is done, save the new information to a file.
Student Exam #1 Exam #2
Adams 75 75
Baker 85 75
Cook 95 75
Duke 65 75
East 80 75
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of