Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA Write a program to get a numeric grade number between 0 and 100 from user. First print the use's input. Then prints That grade

JAVA image text in transcribed
Write a program to get a numeric grade number between 0 and 100 from user. First print the use's input. Then prints "That grade is" following a comment according to following table. Grade Under 50 50-60 60-70 70-80 80-90 90-100 Comments not passing below average. Please see the instructor for assistance. average. above average. Nice job. well above average. Excellent. a perfect score. Well done. Sample output: Enter a numeric grade (0 to 100): 50 You have entered: 50 That grade is Not passing. Enter a numeric grade (0 to 100): 90 You have entered: 90 That grade is well above average. Excellent. 1. Make sure to add comments to the beginning of your program. Use CONSTANT as you think fit to use 2. Compile your program using the command javae Lab3.java For example: javae Lab3.java If you receive errors during the compilation phase, re-edit the source code file and attempt to correct it. 3. Once a file successfully compiles, execute it using the java program. For example: java Lab3 4. When you are happy with the output of your program, please upload your Lab3.java to Canvas. Also include your pseudocode or Flowchart

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

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions