Course Solutions Uncategorized (Solved) : C Programming Answer 9 Output Steps Please Write Array Created Following Code Space Int Nu Q29097025 . . . .

(Solved) : C Programming Answer 9 Output Steps Please Write Array Created Following Code Space Int Nu Q29097025 . . . .

 

C programming ( it should answer 9 output )

steps please?

write the array created by the following code in the spacebelow?

int numbers [3][3];

int r, c ;

for (r=0; r<=2; r++)

{

for (c=0; c<=2; c++i )

{

if (r==c)

numbers [r][c]=1;

else if (r > c)

numbers [r][c]= r*r+c ;

else

numbers [r][c]=2*(r+3);

}

}

Expert Answer


An answer will be send to you shortly. . . . .

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post