public class ReverseNumber2 { public static void main(String args[]) { int []n = {1,2,3,4}; String temp = “”; for(int i = 3; i>=0;i–)
確定! 回上一頁