Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.07 seconds.

  1. Re: :!! Unsure how to set this up/ Still learning java loops!!!!!

    lmao, i just chopped out the body of some other code, didn't pay attention to that :P

    And i was simply showing a different way to do random numbers :P

    Chris
  2. Re: :!! Unsure how to set this up/ Still learning java loops!!!!!

    import java.util.Random;


    public class RandomExample {
    public static void main(String[] args) throws FileNotFoundException{
    Random r = new Random();

    System.out.println(r.nextInt(42));...
Results 1 to 2 of 2