Search:

Type: Posts; User: omitewary

Search: Search took 0.14 seconds.

  1. Re: pls help me how to add decimal format up to two places in the followin code

    oh sorry..m newbie in this type of forum so cudnt get along well!!
  2. pls help me how to add decimal format up to two places in the followin code

    import javax.swing.JOptionPane;
    import java.text.DecimalFormat;
    public class Sample3 {
    public static void main(String args[]){
    double amount,iRate,monPay,totalPay;
    int years;
    String...
Results 1 to 2 of 2