Question: 1. Write a Java program that prompts the users to input their real names or imaginary names along with their address with some numerical values
1. Write a Java program that prompts the users to input their real names or imaginary names along with their address with some numerical values or some numbers (at least three, could be more). Use some String methods to create a vehicle plate id. Assume that the vehicle plate id consists of 3 letters (uppercase) and 3 numbers.
Run:
Enter your real name or imaginary name: Kevin Garcia
Enter your address or some numbers of your choice: 3467 Bill Street or 654
Your vehicle plate is: VGK 673 or EGR 546 or .
(the letters or numbers should be within the input that was entered). You could create your hidden logic and methods to extract the values from the input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
