- Java Loops Workshop Pt2 Write A Design To Prompt The User For A Mark And Keep Prompting For A Mark If It Is 0 Or 10 1 (48.52 KiB) Viewed 13 times
JAVA LOOPS - WORKSHOP PT2 Write a design to prompt the user for a mark, and keep prompting for a mark if it is <0 or >10
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
JAVA LOOPS - WORKSHOP PT2 Write a design to prompt the user for a mark, and keep prompting for a mark if it is <0 or >10
JAVA LOOPS - WORKSHOP PT2 Write a design to prompt the user for a mark, and keep prompting for a mark if it is <0 or >100; then using the following table display their grade. After displaying ask for another mark and display that grade. Do this in a loop. Then display the average of the two marks. Mark Grade 0..49 Fail 50..59 Pass 60..69 Credit 70..79 Distinction 80..100 High Distinction Don't forget your test plan!