If I want to randomly select a letter between a and z, I assume I have to use the Random
class:
Random rand = new Random();
But since this only generates numbers, what do I need to do to apply this to letters?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…