Finish MP2

This commit is contained in:
2025-10-19 21:30:54 -05:00
parent 3ad4b07636
commit c1cd6bcc41
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