改改下就差不多了 哈哈
话说,大大 我还能打扰你一下子帮我解释这两题吗。。array 还有那个 method 我看真不懂呢 /.\
1)Write a java program to prompt a user to input five integer numbers into array.
Display the array elements in the reverse order of input. Use loops for both the input
and printing.
2)Write a java program that takes 10 integers as input. The program places the even
integers into an array called evenList, the odd integers into an array called oddList,
and the negative integers into an array called negativeList. The program displays the
contents of the three arrays after all the integers have been entered.




