Answer:
create the integer variable and initialize it to one, with the do statement, increment the variable by one and print it, then the while statement checks if the variable is less than or equal to 10.
#include <iostream>
using namespace std;
int main(){
int i = 1;
do {
cout<< i << "\n";
i++;
}
while (i <= 10);
}
Explanation:
The C++ source code initializes the integer variable i to one and increments and print the value if the value is less than or equal to ten. The do-while statement executes a block of code before the condition is implemented.
Answer:
He was not allowed on a phone of computer after being arrested.
Explanation:
If you read about it he wasn't even allowed to work at 7-11 because of an electronic cash register.
Answer:
Can i have a points? Tysmm
Wrong, You should get renters insurance to insure your items that you do have or will recieve in the future are safe