write a java program to accept 15 number into single dimensional array and to display the element present odd position of the array?
Answers
Answered by
1
Answer:
T= (15,11,16,17,12)
T. append(21)
print(T)
Similar questions