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

T.j. gave 16 books to the library book sale. this was 1/3 of his books. how many books did t.j. have?
Why is the microscope important to the study of microlife?
Which mortgage clause prevents someone from assuming a loan?
Darla is playing a computer game to help her learn about science. her scores for the first six games were 9, 12, 10, 8, 14, and 15. how many points does she nee
What are the differences in communicable and non-communicable diseases?
Which mostly helped ghana become an empire?
What developmenta period is marked by sizeable losses in cognitive potential, chronic stress and fertility?
A jar containing only nickels (n) and dimes (d) contains a total of 60 coins. the value of all the coins in the jar is $4.45. write and solve a system of equati
Anwser Please will rate and if 2 people anwser it will give out brainly!!!!!!!!!!!!!!!!!!!!!!!!!!!   make sure to select ALL THAT APPLY
How many shells and valence electrons does radon have?