for (int a = 1; a <=2 ; a++) for (int b = 1; b<=3; b++)
Write a program that uses nested loops to produce the following output: A1B1B2B3A2B1B2B3
Leave a comment: