Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following program: 5698 7 #include using namespace std; //pas std:: por cou, cin, endl //declaration de variable entier int nbr; int main(

Consider the following program: 5698 7 #include using namespace std; //pas std:: por cou, cin, endl //declaration de variable entier int nbr; int main( c_out < < "Entrez un nombre entier entre 1 et 18: "; cin >> nbr < < endl; while ((nbr < 1) | | (nbr>18)) cout < < "Entrez un nombre entier entre 1 et 18: "; cin >> nbr; 9 10 11 12 13 14 15 16 17 18 19 20 21 22 return 0 23 222H 4567890 } cout < < "Le rsultat est : " < < nbr < < x 10 = " < < < nbr 10 < < endl; cout < < "Le rsultat est : " < < nbr < < " x 11 = "

Step by Step Solution

There are 3 Steps involved in it

Step: 1

SOLUTION Here are the identified errors in the code along with corrections L... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

What is energy? Do you think it has been defined adequately?

Answered: 1 week ago