Java中的“五子棋”游戏程序Java认证考试
文章作者 100test 发表时间 2010:01:26 11:27:10
来源 100Test.Com百考试题网
import java.util.Scanner.
public class FiveChessGame {
private int temp.
private String[][] String1.//注意在这里不能定义为char型不然打印的数字
////////////////////////////
public FiveChessGame(){
System.out.println("please input the line number").
Scanner sc=new Scanner(System.in).
this.temp=sc.nextInt().
String1=new String[temp][temp].
for(int i=0.i