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 bdb0267 commit 3b345a1Copy full SHA for 3b345a1
src/pkg2darr_payrollsystem/dataEntryClass.java
@@ -61,7 +61,7 @@ public static void DataEntry()
61
}
62
}while(statusChoice > 4);
63
64
- if(statusChoice != 1)// condition of asking dependent/s if employee is SINGLE
+ if(statusChoice != 1)// condition of asking dependent/s if employee is NOT SINGLE
65
{
66
System.out.print("Number of Dependent/s: ");
67
numDepChoice = in.nextInt();
0 commit comments