From Alice to Java

In Java, the JOptionPane object can also be used for getting an input from user. We show simple example below (Listing 3). public class HelloWorldGraphic2 //Save in file HelloWorldGraphic2.java ................
................