Processing Forum
String[] words = { "apple", "bear", "cat", "dog" };
but the program should pick a random word from that list and display it to the screen.
I'm currently a little frustrated since the random command doesn't really work with
strings but only with ints right?