Jump to content

safaf32fwef

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by safaf32fwef

  1. *another programmer suddenly appears*

    Not really. It basically means that if the first condition is not granted, it will show you that message on the screen. So your turtles are pointless!

    But he doesn't change the variable,the else is useles because (antonio > pikaciu) or (20>2), the condition will always be true; there is no else unless he changes the variables before if.

  2. int antonio = 20;

    int pikaciu = 2;

    if(antonio > pikaciu){

     

    pikaciu.startDancing();

    antonio.startFart();

    }else 

             System.out.println("The System is too phucked up to do this , please throw it up the window and buy another one!");

    "Else" is pointless if you don't change the variables.

     

    I like turtles!

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.