|
... to fix it?
Sorry the codes a little long
All help is appriecated very much:)
Code:
import java.io.*;
import javax.swing.*;
import java.util.Random;
public class GameProject{
public static void main(String[] args)throws IOException{
BufferedReader input= new BufferedReader(new InputStreamReader( ...
|