diff --git a/For Loop b/For Loop new file mode 100644 index 0000000..605a7ce --- /dev/null +++ b/For Loop @@ -0,0 +1,15 @@ +// Teaching Dad about Github! + +#include + +using namespace std; + +int main() { + +for (i=0, i<10, i++) + +{ +cout << i << endl; +} + +}