Westonci.ca is the Q&A platform that connects you with experts who provide accurate and detailed answers. Get quick and reliable solutions to your questions from a community of seasoned experts on our user-friendly platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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 visiting. Our goal is to provide the most accurate answers for all your informational needs. Come back soon. Your visit means a lot to us. Don't hesitate to return for more reliable answers to any questions you may have. Get the answers you need at Westonci.ca. Stay informed by returning for our latest expert advice.