Hi Im very new to java and was thinking about a app for android. My idea is to very simply generate a yes or no answer for a question inputted and make it show. I have looked around and i see that you can get random numbers with java.util.Random.
My idea would be something like this as i have previously used lua quite some time ago
if random >5
then print yes
else
print no
any help will be appreciated
Thanks