Math, asked by gowthamkommalapati, 2 months ago

write a java program of pattern
97531
7531
531
31
1


gowthamkommalapati: hi

Answers

Answered by saurav7793
1

System.out.println(97531);

System.out.println(7531);

System.out.println(531);

System.out.println(31);

System.out.println(1);

You can also do it in a sequence using for loop

Similar questions