Net Bean Java (Informatics Practices) Practical File For Class 12
Net Bean Java (Informatics Practices) Practical File For Class 12
Input the Principal, Rate and Time and calculate the Simple Interest and Amount
}
private void exButtonActionPerformed(java.awt.event.ActionEvent evt) {
System.exit(0);
}
Q3. Application to input a number and display its reverse (using do…while loop)
l1.setText("" + t);
}
Q5. ABN Shipment Corporation imposes charges to customers for different product. The shipment
company costs for an order in 2 forms : Wholesaler &Retailer. The cost is calculated as below :
No Units Price for wholesaler (per unit) Price for retailer (per unit)
1 – 15 Rs 50/- Rs 60
16 - 20 Rs 45/ Rs 55/
21 - 30 Rs 40/ Rs 50/
31 - 50 Rs 35/ Rs 45/
> 50 Rs 30/ Rs 40/
Coding
import javax.swing.table.*;