Code:
import javax.swing.JOptionPane;
public class ListingBls99 {
public static void main(String[] args) {
String dataString = JOptionPane.showInputDialog(
"Enter a number:\n
(The program will shut down and give you your resault if you press 0 )");
Leave a comment: