Wednesday, February 15, 2017

Binary Bae Name


01101101, 
01100101,

01101100,

01100001,

01101110,
01101001,

01100101,

01101101,

01100101,
01100100,

01101001,
01101110,

01100001,






01101001,
01110011,
01101101,
01111001,

01100010 
01100001
01100010

01111001





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;)

Why? I Have No Clue

yes