Write a statement that declare an integer array of 10 element size and initializes it with values
Answers
Answered by
0
Answer:
An arry is a group similar type variable that are referenced by q common name int arr = new int [10]
Similar questions