Problem scenario
You want to write a basic Java program to test it out. How do you write a program to accept user input, specifically a alphanumeric input, and print it back to the screen?
Solution
1. Install the Java Development Kit if you have not installed it yet. If you are not sure you have it, run “javac -version“. If it says that the command is not found,
…