Question: Help with C++ Jump to level 1 Use cin to read integers from input until -100 is read. For each remaining integer read before -100

Help with C++
Jump to level 1 Use cin to read integers from input until -100 is read. For each remaining integer read before -100 : - If the integer is less than or equal to 30 , output "Timesheet approved". - Otherwise, output "Hours exceeded limit". End each output with a newline. Ex: If the input is 282636100, then the output is: Timesheet approved Timesheet approved Hours exceeded limit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
