Finish MP2

This commit is contained in:
2022-09-17 09:33:07 -05:00
parent fd4d12befa
commit 3b21e05ce0
10 changed files with 532 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public class IfElse4 {
double grade;
String letterGrade;
while (true) {
while (true) { // Unintended behavior: This will only run twice. I intended this try and catch to run indefinately, but it only will catch once before terminating on its own.
// Call ifLogic function
try {
// Prompt for input