Computer Science, asked by hafsa7978, 3 days ago

Write a statement that declare an integer array of 10 element size and initializes it with values

Answers

Answered by na0146994
0

Answer:

An arry is a group similar type variable that are referenced by q common name int arr = new int [10]

Similar questions