Question
Hey im currently having trouble doing my first homework assignment for my programming class, specifically java. This assignment requires you to write a well documented
Hey im currently having trouble doing my first homework assignment for my programming class, specifically java.
This assignment requires you to write a well documented Java program to calculate the total and average of three scores, the letter grade, and output the results. Your program must do the following::
- Prompt and read the users first and last name
- Prompt and read three integer scores
- Calculate the total and average
- Determine a letter grade based on the following grading scale - 90-100 A; 80-89.99 B; 70-79.99 C; below 70 F
- Use the printf method to output the full name, the three scores, the total, average, and the letter grade, properly formatted and on separate lines.
Within the program include a pledge that this program is solely your work and the IDE used to create/test/execute the program.
Please submit the source code/ .java file to Blackboard
Attached is a quick reference for the printf method.
Attached are instructions to install the latest version of NetBeans on Windows and Mac computers
Step 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