Java pattern
97531
9753
975
97
9
Answers
Answered by
14
heya here is ur answer in the attachment above
Attachments:
Answered by
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