Skip to content
Prev Previous commit
Next Next commit
Completed 04_02
  • Loading branch information
Kathryn Hodge committed Jan 29, 2020
commit 100ae25eca2b067b7089ef30e70924e836c30cfa
Binary file modified out/production/learning-java-2825378/Main.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void main(String args[]) {

// Write a print statement giving the answer choices
System.out.println("Choose one of the following: " +
choiceOne + ", " + choiceTwo + ", or " + choiceThree + ".")
choiceOne + ", " + choiceTwo + ", or " + choiceThree + ".");

// Have the user input an answer
Scanner scanner = new Scanner(System.in);
Expand Down