24h購物| | PChome| 登入
2007-12-14 13:16:24| 人氣62| 回應0 | 上一篇 | 下一篇

notebookV

推薦 0 收藏 0 轉貼0 訂閱站台

//跟電腦比大小

import java.util.*; //*代表全部宣告
public class A
{
public static void main(String args[])
{
Random randomNumbers = new Random();
Scanner input = new Scanner(System.in);
int dice = 0;
int choice = 0;

System.out.print(”1.大2.小 0.離開:”);
choice=input.nextInt();

while(choice != 0)
{
dice=randomNumbers.nextInt(6)+1;
if(dice<=3&& choice==2)
System.out.println(”贏”);
if(dice<=3&& choice==1)
System.out.println(”輸”);
if(dice>3&& choice==1)
System.out.println(”贏”);
if(dice>3&& choice==2)
System.out.println(”輸”);
System.out.println(”1.大2.小 0.離開:”);
choice=input.nextInt();
}

}
}

台長: 娃娃♡°
人氣(62) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 心情日記(隨筆、日記、心情手札) | 個人分類: 程式設計⊙ˇ⊙ |
此分類下一篇:Notebook VI
此分類上一篇:notebookIV

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文