Asked by anonymous
how do I randomly generate name in java
Answers
Answered by
oobleck
create a string of letters, and use the random number function to select letters from the string.
google is your friend. Whatever you want to do, someone has almost certainly already done it and posted the code.
google is your friend. Whatever you want to do, someone has almost certainly already done it and posted the code.