Wednesday, February 8, 2017

For Loops Boi


for loops:
1. you need int main like any program (int main(){})
2. the numbers and how many times you want it to repeat (for (int i = 0; i < 200; i++)
3.  the cout or anything you want to be repeated (cout << "I'M BATMAN!" << endl;)

No comments:

Post a Comment