When I first learned to program, it was grasping if statements that helped it all click into place for me. Once you can use if statements, you can build all kinds of useful and interesting tools.
The best way to teach the concept of Java user input to new software developers is to show them how to use the highly visual and user-friendly JOptionPane class from the Swing package. With one simple ...