The program below is the solution to Liang’s Introduction to Java Programming (9th Edition) Chapter 2 Exercise 2.22.

Question: Write a program that displays a random uppercase letter using the System.CurrentTimeMillis() method.

Click here to see other solutions to Introduction to Java Programming.

Write A Comment