Merge pull request #423 from MinasFakhori/fixed-capital-A-in-java-first-game

Fixed the A to be : to make more sense in the first game in java
This commit is contained in:
Jeff Atwood
2022-01-05 08:21:52 -08:00
committed by GitHub

View File

@@ -167,6 +167,6 @@ public class AceyDucey {
System.out.println("YOU HAVE AN OPTION TO BET OR NOT BET DEPENDING");
System.out.println("ON WHETHER OR NOT YOU FEEL THE CARD WILL HAVE");
System.out.println("A VALUE BETWEEN THE FIRST TWO.");
System.out.println("IF YOU DO NOT WANT TO BET, INPUT A 0");
System.out.println("IF YOU DO NOT WANT TO BET, INPUT: 0");
}
}