Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a java program that asks how many courses they took. You will then get the number of hours and letter grade for each course,

image text in transcribedwrite a java program that asks 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.

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 Inbox

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

Identify the elements that make up the employee reward package.

Answered: 1 week ago

Question

Understand the purpose, value and drawbacks of the interview.

Answered: 1 week ago