Question: C++ please Use cin to read integers from input until - 90 is read. For each remaining integer read before 90 : - If the
C++ pleaseUse cin to read integers from input until - 90 is read. For each remaining integer read before 90 : - If the integer is less than or equal to 400, output "Request accepted". - Otherwise, output 'Amount exceeded coverage'. End each output with a newline. Ex. If the input is 39738040690, then the output is: Request accepted Request accepted Amount exceeded coverage 1 \#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
