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 e50c31e commit a77972bCopy full SHA for a77972b
chapter4/GrossPayInputValidation.java
@@ -23,7 +23,7 @@ public static void main(String args[]){
23
24
//Validate input
25
while(hoursWorked > maxHours || hoursWorked < 1){
26
- System.out.println("Invalid entry. Yours hours must be between 1 and 40. Try again.");
+ System.out.println("Invalid entry. Your hours must be between 1 and 40. Try again.");
27
hoursWorked = scanner.nextDouble();
28
}
29
0 commit comments