We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e575a30 commit 4a2ca0cCopy full SHA for 4a2ca0c
src/com/sbiswas001/twelveproject/AlphabeticalSentence.java
@@ -29,7 +29,7 @@ private void input() {
29
System.out.print("Enter number of strings: ");
30
//Deals with InputMismatchException
31
if(!sc.hasNextInt()) {
32
- System.out.print("Wrong input! Enter a number: ");
+ System.out.print("Wrong input! Enter a number! ");
33
input();
34
}
35
int x = Integer.parseInt(sc.next());
0 commit comments