Question: 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
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
Get step-by-step solutions from verified subject matter experts
