Answer to Question #36109 in C++ for Chard Campus

Question #36109
Write a program that will display on the screen the following using for loops:
345678345678345678
1
Expert's answer
2017-02-21T07:54:48-0500
#include <iostream>

int main()
{
for(int i = 0; i < 3; ++i)
for(int j = 3; j <=8; ++j)
std::cout << j;
return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS