Ask a New Question
Search
Write a Java program to declare and store numbers from 1 to 10 in a single dimensional array and
display the output in the following format.
1
2 3
4 5 6
7 8 9 10