★090426 news4vip 「たまご」による「999見つけた」スレ乱立報告

このエントリーをはてなブックマークに追加
27public-anonymous-nat-2.mobilefree.jp
dis >>25

import java.util.Random;

class main {
public static void main(String[] args) {
キャラ たまご = new キャラ();
たまご.名前 = "たまご ◆EGGMAN.HlI";
たまご.レベル = 30;
たまご.体力 = 100;
たまご.攻撃();
}
}

class キャラ {
String 名前;
int レベル;
int 体力;
int 攻撃(){
System.out.println(名前+"は攻撃した!");
Random rand = new Random();
int 乱数 = rand.nextInt(レベル);
if(乱数 < 5){
System.out.println("攻撃に失敗し、"+名前+"は自爆した!");
return 0;
}
System.out.println(乱数*10+"のダメージを与えた!");
return 乱数*10;
}
}

http://eukrante.moe.hm/uploda/src/up0327.jpg