(using C)Complete the following code to print the following pattern on the screen using loops. You are only allowed to use a maximum of 2 loop constructs. 1 a a 2 2 2 b b b b XXXXXXXXXX main () { int...


(using C)Complete the following code to print the following pattern on the screen using
loops. You are only allowed to use a maximum of 2 loop constructs.
1
a a
2 2 2
b b b b
3 3 3 3 3


main ()
{
int i , j ;
char ch ;
for ( i = 1; i <= 5;="" i="">
{
Write your code here
}
}




Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here