Computer Science, asked by ashi71845msd, 1 year ago

Java pattern
97531
9753
975
97
9

Answers

Answered by JAYACHAUDHARY1
14
heya here is ur answer in the attachment above
Attachments:
Answered by vamsis624
5

Answer:int i,j;

for(i=1;i<=9;i+=2)

(

for(j=9;j>=i;j-=2)

(

S.o.p(j+" ");

)

S.o.pln( );

)

Explanation:

Similar questions