22 下列的 Java 程式執行後輸出為何?
【Alice】評論
?
【資訊小兒童】評論
用ASCII碼排序= 數字<大寫英文<小寫英文故,list[0] = "That is a pencil "list[1]= "There are some students "list[2]= "These students are hard-working"list[3]= "This is a book "list.size() = 4list.get(3) = "This is a book "