C Programming

These notes are in addition to the text book used in the class of BAA2013 Computer Programming in C++.

Monday, May 22, 2006

Flow chart for Nested Loop


Write a program that uses nested loops to produce the following output:

A1B1C1C2C3A1B2C1C2C3A1B3C1C2C3
A2B1C1C2C3A2B2C1C2C3A2B3C1C2C3
A3B1C1C2C3A3B2C1C2C3A3B3C1C2C3

0 Comments:

Post a Comment

<< Home