Exercise 1: Create a JAVA program that prompts the user to enter a numerical test mark and displays the corresponding feedback of the "test mark", using the following equivalence: 9, 10 = Outstanding 7, 8 = Notable 6 = Good 5 = Approved 0 - 4 = Fail Your program must ask the user for a numerical mark and display the corresponding test mark. Your code should at first validate the user input to be a positive integer value. You must solve this problem using both: "if" condition. "switch" condition.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 13PE
icon
Related questions
Question
Exercise 1:
Create a JAVA program that prompts the user to enter a numerical test mark and displays the
corresponding feedback of the "test mark", using the following equivalence:
9, 10 = Outstanding
7,8 = Notable
6 = Good
5 = Approved
0 - 4 = Fail
Your program must ask the user for a numerical mark and display the corresponding test mark. Your
code should at first validate the user input to be a positive integer value.
You must solve this problem using both:
"if" condition.
"switch" condition.
Transcribed Image Text:Exercise 1: Create a JAVA program that prompts the user to enter a numerical test mark and displays the corresponding feedback of the "test mark", using the following equivalence: 9, 10 = Outstanding 7,8 = Notable 6 = Good 5 = Approved 0 - 4 = Fail Your program must ask the user for a numerical mark and display the corresponding test mark. Your code should at first validate the user input to be a positive integer value. You must solve this problem using both: "if" condition. "switch" condition.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to Coding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT