I"m really really confused on how to do this problem. I need to use math.random and type-casting to print out 20 license plates but I'm just really lost. Can anyone help me out?
Use Java’s type-casting mechanism to write a program that prints 20
“random” license plate numbers, each one consisting of three randomly-
chosen digits followed by three randomly chosen upper-case letters. The
first digit cannot be zero.
Use Java’s type-casting mechanism to write a program that prints 20
“random” license plate numbers, each one consisting of three randomly-
chosen digits followed by three randomly chosen upper-case letters. The
first digit cannot be zero.
Comment