While and For StatementsI still didn't figure out the BBCode...but this is my code that I have and it is still showing 1 2...
While and For StatementsOk I changed my for statement to for (nested = 1; nested <= 2; nested += 1;) I am not sure how t...
While and Do While statementsThis is my code now...my output is 1 2 3 1 #include <iostream> using namespace std; int main...
While and Do While statementsThat's what I was thinking as well. I believe that I have my nested variable right though? I'm not ...
While and For StatementsI have this code running without any errors, but it is not displaying the correct way and I can't fi...
This user does not accept Private Messages