1 /* Simple exercise: Create Java Swing project OR Command Line Interface for calculating students semester GPA, And Total GPA, the following notes will help you ** Feel free to design the program the...


Notes:


1)It's okay to use Java Swing or normal program (Java Swing project is preffered)


2) Formulas are included


3) i hope it's simple enough


1 /* Simple exercise: Create Java Swing project OR Command Line Interface for calculating students semester GPA, And Total GPA,<br>the following notes will help you<br>** Feel free to design the program the way you like<br>4 1- The user will enter number of semesters that he passed<br>5 2- The user will enter number of subjects in each semester<br>6 3- The user will enter his grades in each subject<br>7 4- The system will count the GPA of each semester , and total GPA<br>8 **formula for semester's GPA: (grade1+grade2+grade3..etc./(number of subjects*3))<br>9 *formula for Total GPA : (semester1 GPA+semester2 GPA+..etc./number of semesters)<br>** in order to make it easier, let the credit hours for each subject

Extracted text: 1 /* Simple exercise: Create Java Swing project OR Command Line Interface for calculating students semester GPA, And Total GPA, the following notes will help you ** Feel free to design the program the way you like 4 1- The user will enter number of semesters that he passed 5 2- The user will enter number of subjects in each semester 6 3- The user will enter his grades in each subject 7 4- The system will count the GPA of each semester , and total GPA 8 **formula for semester's GPA: (grade1+grade2+grade3..etc./(number of subjects*3)) 9 *formula for Total GPA : (semester1 GPA+semester2 GPA+..etc./number of semesters) ** in order to make it easier, let the credit hours for each subject "3 hours" ** Marks entered MUST be between 35-100 10 11 12 Regards 13 */ 14

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here