![](http://at-cdn-s01.audiotool.com/2015/09/13/documents/gk9wZvIqGR6pVSYdkSGe3hPXzy2/0/snapshot320x240-366bc39bec7e4d75b896a70297739a30.jpg)
String[] Bored ={"Uninterested", "Looking_up_cat_videos", "Wanting_pizza", "7th_2-liter"};
Int Synth = Math.random()*4;
String Me = Bored[Synth];
System.out.print(Me);
Q.E.D. ∴ Cats
0 Comments
Create an account or Login to write a comment.
String[] Bored ={"Uninterested", "Looking_up_cat_videos", "Wanting_pizza", "7th_2-liter"};
Int Synth = Math.random()*4;
String Me = Bored[Synth];
System.out.print(Me);
Q.E.D. ∴ Cats
Create an account or Login to write a comment.