I would like to have the program run otherwise terminate when employee number or 'empnum' is entered as 0. I did some research and couldn't find an answer that would help me.I'd appreciate any input, thank you. { // variables
int empnum ;
double grosspay, statetax, fedtax, FICA, tottax, netpay;
do
{ cout << "\nPlease enter your employee number or 0 to terminate this program.\n";
cin >> empnum;