Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you also please give descriptive comments on what you did for the code per line so i can get a better understanding why you

image text in transcribed
can you also please give descriptive comments on what you did for the code per line so i can get a better understanding why you did it that way? thank you
image text in transcribed
image text in transcribed
Chapter 3 Lab CSC 211 Introduction to Software Lab Lab Description: You will be creating a program that will calculate the GPA of a single semester based on the overall scores of one course. Naming Requirements: These are the names you are required to use for your lab project. Make sure the letter casing is also the same (for example, Example.java is not the same as example.java). Java file name: GpaCalculator.java Main class name: GpaCalculator Week03_Chapter03_Lab PART 2: Determine the letter grade based on the percentage provided. Use the following scale: For scores greater than or equal to 97.0 "A+" For scores greater than or equal to 93.0 "A" For scores greater than or equal to 90.0 "A." For scores greater than or equal to 87.0 "B+" For scores greater than or equal to 83.0 "B" For scores greater than or equal to 80.0 "B " For scores greater than or equal to 77.0 "C+" For scores greater than or equal to 70.0 "C" For scores greater than or equal to 67.0 "D+" For scores greater than or equal to 60.0 "D" For all other scores "F" And based on the letter grade, determine the GPA based on the following scale: "A+" 4.0 "A" 4.0 "A-" + 3.7 "B+" 3.3 . "B" 3.0 "B" 2.7 "C+" 2.3 "C" 2.0 "D+" 1.7 . "D" 1.0 ."" 0.1 PART 3: Display the results. Display all of the results to the user. Make sure the information is properly labeled so that the user understands what they are reading. This means you should display: The percentage given by the user. The letter grade. The GPA

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

Students also viewed these Databases questions

Question

Explain the factors influencing wage and salary administration.

Answered: 1 week ago

Question

Examine various types of executive compensation plans.

Answered: 1 week ago

Question

1. What is the meaning and definition of banks ?

Answered: 1 week ago

Question

2. What is the meaning and definition of Banking?

Answered: 1 week ago

Question

9. Describe the characteristics of power.

Answered: 1 week ago