Answer:
do{
cout<<"Introduce number \n"; //print the message
cin>>num; //set the value of the number given
}while(num<1 || num>10); //repeat while the number is out of the range
cout<<"Number: "<<num; //print the number
Explanation:
The idea behind this code is to create a loop in which I can compare the number given (between 1 and 10) and then print the number or get back and ask the number again.
#include <iostream>
using namespace std;
int main()
{
int num; //create num variable
do
{
cout<<"Introduce number \n"; //print the message
cin>>num; //set the value of the number given
}while(num<1 || num>10); //repeat while the number is out of the range
cout<<"Number: "<<num; //print the number
}
the answer is 5,000 hours.
I recommend you post these kind of questions in the mathematics section
Answer:
I want brainliest plz!!!
Explanation:
There are two ways that derivative rights are protected under copyright law. First, the derivative work has protection under the copyright of the original work. Copyright protection for the owner of the original copyright extends to derivative works. ... Second, the derivative work itself has copyright protection.
Answer:
just repeat the move forward as many times until you get to the hole and fill 1
Explanation:
i think this might work
if it does can i have brainliest