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.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions