Connect with experts and get insightful answers to your questions on IDNLearn.com. Ask anything and receive immediate, well-informed answers from our dedicated community of experts.
Use din 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 397 380 406 -90, then the output is Request accepted Request accepted Amount exceeded coverage 1 #include 2 using namespace std; 3 4 int main() { 5 6 Your code goes here 7 8 return 0; 9 }
Sagot :
Thank you for using this platform to share and learn. Don't hesitate to keep asking and answering. We value every contribution you make. IDNLearn.com is your reliable source for accurate answers. Thank you for visiting, and we hope to assist you again.