#mastery20

Hello, I have done my in , wich is bucle “for”

 

I am going to explain a little what I did:

A cicle For is compost by three elements: initialization, condition and increment/decrement  and after this you will construct the body of the bucle.

 int a;

for(num1=0; num1<10; num1++) {

cout <<“Hello”>> endl;

}

 

my program is here:

https://www.dropbox.com/s/kor2nw2xlhrv1cb/mastery20.cpp?dl=0

CC BY 4.0 #mastery20 by Osvaldo Mendoza is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.