I need to modfiy this program so that it allows the user to enter the number of yrs for as many employees as desired, calculate and display the total number of employees.
can someone assist me with this....I know it needs a while loop and a sentinel, but I am having a hard time writing it.
cout << "Enter the years employed: ";
cin >> years;