spookymod3351 spookymod3351
  • 03-10-2019
  • Computers and Technology
contestada

Which is not a C repetition statement?

a) while

b) do…while

c) for

d) do…for

Respuesta :

tanoli
tanoli tanoli
  • 08-10-2019

Answer:

d) do..for

Explanation:

In C there are 3 types of loops.

1) For Loop

for(int i=0; i<10; i++){

   cout<<i;

}

2) While Loop

int i=0;

while(i<10){

   cout << i;

   i++;

}

3) Do While Loop

int i=0;

do {

   cout<< i;

  i++;

} while(i<10);

Answer Link

Otras preguntas

How would you explain the Earth's atmosphere?
James defines his family in terms of the biological parents with whom he lives. This way of defining family is:
Como se define el trabajo de energia en fisica?
Read the sentence. I do not think the girls will be lost in the woods for too much longer. Which reading strategy is being described? A. Ask questions B. Ma
Who played the kid who talked really fast in neds diclassified?
Bernadette inherited 15000 and invested it in two municipal bonds , witch pay 7% and 9% simple interest. The annual interest is 1230. Find the amount at each ra
express 5.09 ×10^-4 in standard form.
I need help asap!!!!!!!!!!!!!!!!!!!!!!
Complete the sentence with the correct form of the adjective.
How much stronger is a 5.0 earthquake than a 4.0?