SUNIL GUTTA

SUNIL GUTTA

  • NA
  • 1k
  • 385.4k

Project assistance ?

Nov 13 2013 12:49 AM
Hie guys

Here just need to develop a program to store student's grades for professors in department. Shown below is the console application (The run) of the program, you must re create the program Exactly as its shown here:


You must follow the these insturctions:


1. Use classes to store all this information. Here, you will need only one class to store a student it will have the following:


Public String FirstName

Public String LastName

Public Double [ ] Grades


2. You are required to store the list of students in an array. To do so, define a student array in your Program class as such:


Students [ ] students = null;


3. Make sure the program prompt the user for input. You may use if, else or switch statments.

4. Implement help, create Roster and add respectively. For "add" you will need to have a count variable.

5. Implement print using a "for loop" and your count variable to print all students.

6. In this project, valid input is always guaranteed for each step.


Lost here! Thanks a lot for you help in advance!!


Out put should looks like thishttp://s14.postimg.org/5gjoq9qup/Screen_Shot_2013_11_12_at_3_28_35_AM.png



Answers (1)