Finish MP2
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user