Board logo

標題: [挑戰題-難度(中)]反轉陣列 [打印本頁]

作者: 李泳霖    時間: 2023-2-7 09:01     標題: [挑戰題-難度(中)]反轉陣列

設計說明:
(1程式內有一陣列{"A","B","C","D","E","F","G","H","I","J"}。
(2)請使用陣列方式寫出反轉陣列的程式,顯示{"J","I","H","G","F","E","D","C","B","A"}。
(3)顯示如執行結果參考畫面。
[attach]15128[/attach]
  1. public class Test01{
  2.     public static void main(String[] argv) {
  3.         String[] data = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J"};
  4.         System.out.print("反轉陣列資料之前: ");
  5.         
  6.         ...
  7.         ...
  8.       
  9.         
  10.         System.out.print("反轉陣列資料之後: ");
  11.         ..
  12.         ..
  13.       
  14.     }
  15.    

  16. }
複製代碼
本帖隱藏的內容需要回復才可以瀏覽


本帖隱藏的內容需要回復才可以瀏覽

作者: 余俊霆    時間: 2023-2-7 10:28

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2