Home > Back-end >  The c language
The c language

Time:06-08

To help, very urgent

CodePudding user response:

Two layers of cycle I and j from 1 to 5
I I=j output I
I more than j 0

CodePudding user response:

reference 1st floor qq_45798109 response:
two layers of cycle I, j, from 1 to 5
I I=j output I
I more than j 0

Have this code, please, don't know much about

CodePudding user response:

reference 1st floor qq_45798109 response:
two layers of cycle I, j, from 1 to 5
I I=j output I
I more than j 0

Have this code, please, don't know much about

CodePudding user response:

#include
Int main ()
{
Int a [5] [5]={0};
for(int i=0; i<5; I++)
{the for (int j=0; J<5; J++)
{if (I==j)
A [I] [j]=I + 1;
Else if (i> J)
A [I] [j]=1;
Printf (" % 4 d ", a [I] [j]);
}
printf("\n");
}
return 0;
}

CodePudding user response:

I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related