Q.Design An Application in Java To Calculate The Discount Asper The Mode of Payment Is Given
Q.Design An Application in Java To Calculate The Discount Asper The Mode of Payment Is Given
Q.Design an application in java to calculate the discount asper the mode of payment is given
String x = tfpro.getText();
int disc ;
if (rbsil.isSelected())
else if (rbgold.isSelected())
else
tfdisc.setText(" "+disc);
tfnet.setText(" "+net);
tfamt.setText(" "+amt);
}
DESIGN WINDOW