You are on page 1of 1

#include <iostream>

using namespace std;


void main() {
cout << " enter the number between 2 and 19 : " << endl;
int no;
cin >> no;
if ((no > 2) && (no < 19)) {
}
Payment Advice
Payroll Register
Employee Pay Head Breakup
Pay Head Employee Breakup
Attendance Sheet
Attendance Register
Passport Expiry Report
Visa Expiry Report
Contract Expiry Report
else
cout << " INVALID" << endl;
int z;
cin >> z;
}

You might also like