Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a java program that asks the user for how many courses they took. You will then get the number of hours and letter grade
Write a java program that asks the user for how many courses they took. You will then get the number of hours and letter grade for each course, print a summary, and calculate the semester. GPA. A=4,B=3,C=2,D=1,F=0 , no + or -, for example 3 credit class A , 3 credit class B, 3 credit B and 3 credit A i should end up with a 3.5, Really need the GPA to be functional! GPA
TWITTER now BOOMMASSIE. and 6 others just liked C.J Reese's Tweet Project4 Due: Feb 22, 2018 at 11:59 PM Description In this assignment, you will write a Java program that asks the user for how many courses they took. You will then get the number of hours and letter grade for each course, print a summary, and calculate the semester GPA. Here is a sample run of the program (user input is in red) How many courses? 4 Class 1: How many hours: 3 What was your letter grade? B Class 2: How many hours? 5 What was your letter grade? A Class 3: How many hours? 4 What was your letter grade? C Class 4: How many hours? 3 What was your letter grade? B SummarY: 1) B (3 hours) 2) A (5 hours) 3) C (4 hours) 4) B (3 hours) GPA: 3.07 Requirements 1 Courses Calendar To Do Notifications InboxStep 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