中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

java中怎么實現一個數字猜拳小游戲

發布時間:2021-08-07 14:58:26 來源:億速云 閱讀:129 作者:Leah 欄目:編程語言

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

package guenum;import java.util.ArrayList;import java.util.Scanner;public class Demo {// private static Object list; public static void main(String ad[]) { System.out.println("-------------------------------------小游戲-------------------------------------"); System.out.println("-----------------------系統內置了一個99到177之間的一個隨機數-----------------------"); int rm=(int) (Math.random()*78 +99); Scanner sc=new Scanner(System.in); int input_number; int n=0; int t=0; boolean value=false; int[] temp=new int[30];  while(!value) {  System.out.print("輸入你所猜的數據:");  try {  input_number=sc.nextInt();  temp[n]=input_number;   t=n;  n++;  if(input_number==rm) {   value=true;  }else if(input_number<rm) {   System.out.println("小了,再猜!");     }else if(input_number>rm) {   System.out.println("大了,再猜!");  }    }catch(Exception e) {  System.out.println(e);  return;  } }  System.out.println("你總共用了"+n+ "次猜中!"); System.out.println("你所猜的數列如下");  System.out.print("{"); while(n--!=0) { System.out.print(temp[n]+"," ); } System.out.print("}");  System.out.println("\n");  System.out.println("本次猜測活動評價:");  if(t==1) { System.out.println("你太聰明了!");  }else if(2<=t && t<=5) { System.out.println("不錯,再接再厲!"); }else if(t>=6) { System.out.println("要努力啊!"); }  }}

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

向AI問一下細節

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

AI

射洪县| 许昌县| 大城县| 宣城市| 大洼县| 乌什县| 松溪县| 正定县| 靖西县| 乌审旗| 封开县| 安国市| 德安县| 菏泽市| 凤庆县| 阿合奇县| 石台县| 莱芜市| 平乐县| 修水县| 冕宁县| 大埔县| 唐河县| 抚顺县| 黄浦区| 汽车| 平利县| 遵义县| 沛县| 横山县| 炉霍县| 涡阳县| 乌兰县| 常宁市| 清原| 兰考县| 搜索| 云浮市| 蓬溪县| 中宁县| 垣曲县|