Computer Science, asked by sweeetybiral, 1 month ago

10 9 8 7
6 5 4
3 2
1 (Print this pattern by using java)​

Answers

Answered by VivGuy
0

Answer:

I am not using loop. I will just print it.

Explanation:

class Haha {

    public static void main(String[] a r g s) {

System. out. print ln("10 9 8 7");

           System. out. print ln("6 5 4");

           System. out. print ln("1");

   }

}

Similar questions