Skip to content

Commit 3b345a1

Browse files
authored
Update dataEntryClass.java
1 parent bdb0267 commit 3b345a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg2darr_payrollsystem/dataEntryClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void DataEntry()
6161
}
6262
}while(statusChoice > 4);
6363

64-
if(statusChoice != 1)// condition of asking dependent/s if employee is SINGLE
64+
if(statusChoice != 1)// condition of asking dependent/s if employee is NOT SINGLE
6565
{
6666
System.out.print("Number of Dependent/s: ");
6767
numDepChoice = in.nextInt();

0 commit comments

Comments
 (0)