Jump to content

obasan

Members
  • Posts

    100
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by obasan

  1. Does it matter if its like this:

     

    public static void main(String[] args) {

    sayHello()

    }

     

    static void sayHello() {

    System.out.println("Wuz gud");

    }
     

     

    OR this:

     

    static void sayHello() {

    System.out.println("Wuz gud");

    }

     

    public static void main(String[] args) {

    sayHello()

    }

  2. 15 hours ago, Shudsy said:

    Literally takes a few seconds to google what runescape pid is but hey, that guy's the retard right? :gnome:

    cool m8

    11 hours ago, M1tch said:

    ppl used to farm vpn's for better pid which meant first hit in staking. now its randomly generated every 30 seconds to 1min on login 

    makes sense. thanks. 

     

    but is there still a way to see pid?

  3. public class MyClass {

                      public static void main (String[] args) {

                                        int x = 5;

                                        addOneTo(x);

                                        System.out.println(x);

                      }

     

                      static void addOneTo (int num) {

                                        num++;

                      }

    }

    // Outputs “5”

     

    Why is the output 5 and not 6?

  4. 9 hours ago, Funfight said:

    shhhhhhhhh don't tell them this

     

    yea i heard water jugs r incredible u all should check it out :boge:

    lol there are so many bots are varrock east doing water jugs

×
×
  • Create New...