Skip to content

Commit a77972b

Browse files
authored
Update GrossPayInputValidation.java
1 parent e50c31e commit a77972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter4/GrossPayInputValidation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void main(String args[]){
2323

2424
//Validate input
2525
while(hoursWorked > maxHours || hoursWorked < 1){
26-
System.out.println("Invalid entry. Yours hours must be between 1 and 40. Try again.");
26+
System.out.println("Invalid entry. Your hours must be between 1 and 40. Try again.");
2727
hoursWorked = scanner.nextDouble();
2828
}
2929

0 commit comments

Comments
 (0)