Search:

Type: Posts; User: jeremanalaotao

Search: Search took 0.10 seconds.

  1. Re: help me with my buffered reader please! whats wrong?

    thanks man!
  2. Re: help me with my buffered reader please! whats wrong?

    im really a beginner here..can u teach me?i cant find it
  3. Re: help me with my buffered reader please! whats wrong?

    variable b..yes i guess it needs to be converted?
  4. Re: help me with my buffered reader please! whats wrong?

    i really dont understand it .. T__T
  5. Re: help me with my buffered reader please! whats wrong?

    when i type 1 it should be "Battleship" instead "wrong" appears..any number i type "wrong" appears
  6. help me with my buffered reader please! whats wrong?

    import.java.io*;


    public class Ship
    {
    public static void main(String[]args){
    BufferedReader dataIn= new BufferedReader ( new InputStreamReader(System.in));

    String name=" ";
    int b;
Results 1 to 6 of 6