Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. Re: PLEASE HELP ME!!!!!!!!

    Hehe thanks JavaPF. Thats not an error with the Math.random() at all, thats me missing brakets out. Also was just typing it in the reply box...i'm use to just have eclipse virtually manage imports...
  2. Re: PLEASE HELP ME!!!!!!!!

    import java.lang.Math

    public class Jane{
    public static void main(String[] args){
    Scanner sin = new Scanner(System.in);

    System.out.print("Please enter a name : ");
    ...
Results 1 to 2 of 2