JAVA輸入最低的手機店的價格(初學期)

public class Task4 { public static void main(String[] args) { //1.定義數組存儲價格,並利用循環輸入 //2.定義變量min保存當前的最低價 //3.將min和數組中的其餘元素依次比較 int[] price = new int[4]; Scanner input = new Scanner(System.in); for (int
相關文章
相關標籤/搜索