91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用java怎么編寫一個猜數字游戲

發布時間:2020-12-30 14:30:30 來源:億速云 閱讀:135 作者:Leah 欄目:開發技術

使用java怎么編寫一個猜數字游戲?很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

代碼如下:

public static void main(String[] args) {
 Random rand = new Random();
 Scanner sc = new Scanner(System.in);
 System.out.println("----------猜數游戲----------");
 System.out.println("  1.開始游戲\n  2.游戲設置\n  3.退出游戲");
 System.out.println("請輸入:");
 int[] arr = new int[3];
 for (int i = 1; i < arr.length; i++) {
  if (i < 4) {
  arr[i] = sc.nextInt();
  }
  break;
 }
 int a = 0;
 //開始界面
 for (int i = 1; i < arr.length; i++) {
  if (arr[i] == 1) {
  System.out.println("開始游戲");
  a = 1;
  break;
  } else if (arr[i] == 2) {
  System.out.println("游戲設置");
  a = 2;
  break;
  } else if (arr[i] == 3) {
  System.out.println("退出游戲");
  a = 3;
  break;
  } else System.out.println("錯誤輸入");
 }
 //設置界面
 int max = 100;
 int min = 0;
 int cishu = 5;
 if (a == 2) {
  System.out.println("設置范圍");
  System.out.println("最小值");
  min = sc.nextInt();
  System.out.println("最大值");
  max = sc.nextInt();
  System.out.println("設置猜的次數");
  cishu = sc.nextInt();
  //int randNum = rand.nextInt(max - min + 1) + min;
  System.out.println("設置范圍\n最小值為:" + min + "\n最大值為:" + max + "\n猜的次數為:" + cishu);
  a = 6;
 }
 //設置后回到開始界面
 if (a==6){
  System.out.println("----------猜數游戲----------");
  System.out.println("  1.開始游戲\n  2.游戲設置\n  3.退出游戲");
  System.out.println("請輸入:");
  for (int i = 1; i < arr.length; i++) {
  if (i < 4) {
   arr[i] = sc.nextInt();
  }
  break;
  }
  //開始界面
  for (int i = 1; i < arr.length; i++) {
  if (arr[i] == 1) {
   System.out.println("開始游戲");
   a = 1;
   break;
  } else if (arr[i] == 2) {
   System.out.println("游戲設置");
   a = 2;
   break;
  } else if (arr[i] == 3) {
   System.out.println("退出游戲");
   a = 3;
   break;
  } else System.out.println("錯誤輸入");
  }
 }
 //游戲界面
 if (a == 1) {
  int randNum = rand.nextInt(max - min + 1) + min;
  System.out.println("我想了一個" + min + "到" + max + "的數,請你來猜:\n你有" + cishu + "次機會");
  int i = 1;
  for (; i <= cishu; ++i) {
  System.out.println("第" + i + "次:");
  int guess = sc.nextInt();
  if (i < cishu) {
   if (randNum >= guess) {
   if (randNum <= guess) {
    System.out.println("恭喜你猜對了!\n" + "該值是:" + randNum);
    break;
   } else System.out.println("你猜小了!");
   } else System.out.println("你猜大了!");
  } else System.out.println("你猜錯了!\n該值是:" + randNum);
  }
 }
}

運行結果:

使用java怎么編寫一個猜數字游戲

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

双牌县| 天峨县| 海南省| 嘉义市| 招远市| 醴陵市| 什邡市| 西平县| 湖口县| 辽宁省| 涞源县| 夏河县| 宁乡县| 津南区| 元朗区| 北碚区| 金山区| 嘉峪关市| 萍乡市| 玉溪市| 万年县| 张北县| 绍兴县| 梓潼县| 思茅市| 昭苏县| 揭西县| 敦煌市| 宣化县| 离岛区| 土默特右旗| 柏乡县| 子洲县| 清水县| 彭山县| 八宿县| 上思县| 长岭县| 普格县| 灵石县| 弥渡县|