Jump to content
Koumei & the Five Fates: Share Bug Reports and Feedback Here! ×

No Please


(PSN)buddy72757
 Share

Recommended Posts

public class Ducksgiven 

{

    public static void main(String[] args)

    {

     int ducks = (int)(Math.random());

     

    if(ducks == 0)

   {

    System.out.println("No ducks were given" + ducks);

   }

   else

   {

   System.out.println("One duck were give, lucky you!" +ducks);

   }

}

 

// WTB TAB functionality

Edited by Morgax
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...