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.