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 to write a comment.