Computer Science, asked by id909804, 15 days ago

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 manaschauhan26
1

Answer:

T= (15,11,16,17,12)

T. append(21)

print(T)

Similar questions