Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Repetition Statements Write a program that would allow a user to enter student n

ID: 3557745 • Letter: R

Question

Repetition Statements

Write a program that would allow a user to enter student names and Final grades (e.g. A,B,C,D,F) from their courses. You do not know how many students need to be entered. You also do not know how many courses each of the students completed. Design your program to calculate the Grade Point Average (GPA) for each student based on each of their final grades. The program should output the Student name along with the GPA.

There are 5 components of your submission including:

As recommendation, you can try to use Eclipse or NetBeans environments that are used also for other courses as: Introduction in Java programming and Intermediate programming.

All of these components should be placed in word document for submission.

The C code have to be a document written with a text editor or Notepad++ (http://notepad-plus-plus.org/)

Additional details about the program you need to write:

Explanation / Answer

Program Description- A detailed, clear description of the program you are building.

This program that would allow a user to enter student names and Final grades (e.g. A,B,C,D,F) from their courses. We don't know how many students need to be entered. We also do not know how many courses each of the students completed.