搜尋

首頁  >  問答  >  主體

老師,你講的這個題,我這個做法錯在哪裡了?不是會員的時候無法輸出

import java.util.Scanner;
public class IfElse嵌套{
   public static void main(String[] args){
       Scanner input = new Scanner(System.in);
System.out.print("請輸入成績");
       double score = input.nextDouble();
       if(score < 10){##  決賽決賽");
           System.out.println("請輸入性別: ");
  &

阿智阿智1952 天前1361

全部回覆(0)我來回復

無回覆
  • 取消回覆