Quantcast
Channel: OKWAVE 閲覧数の多い質問(Java/253)【本日】
Viewing all articles
Browse latest Browse all 68675

プログラミング(Java)じゃんけんゲーム

$
0
0
こんにちは。 プログラミングでじゃんけんゲームを つくろうとしているのですが、困っています(T_T) import java.util.*; /** * プログラム名: * 作成者: * 作成日: Sat Jan 15 20:02:54 JST 2011 */ public class Jankengame{ //起動処理 public static void main(String[] args) { Jankengame main = new Jankengame(); main.run(); } //メイン処理 public void run() { } } これをベースに作りたいのですが、 じゃんけんゲームをつくった経験のある方、 サンプルなどのデータ提供をお願いします(>_<)

Viewing all articles
Browse latest Browse all 68675

Trending Articles