import javax.swing.JOptionPane; public class Airtime { public static void main(String args[]){ double Amount =0; double Duration =0; double CallCostPerMinute =0; boolean goodInput = false; boolean good = false; boolean Good = false; String AmountString=JOptionPane.showInputDialog(null, "Enter the amout of Airtime you have :",JOptionPane.ERROR_MESSAGE); do { try ...