Question: Integer stipendAllowed and integer dataValue are read from input. Read the remaining integers from input into dataValue until 9 9 9 is read. For each

Integer stipendAllowed and integer dataValue are read from input. Read the remaining integers from input into dataValue until 999 is read. For each remaining integer read before 999:
If the integer is non-positive, output the non-positive integer followed by " is rejected" and a newline.
Otherwise, subtract the positive integer from stipendAllowed.
Ex: If the input is:
51
11-25223999
then the output is:
-25 is rejected
The total after subtracting all positive values is 15

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!