CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: capricorn86

Search: Search took 0.01 seconds.

  1. Excel RATE() function in Java behaving slightly differently

    Hi guys,

    Just wanted to check something. I have the following function below which is the equivalent of the RATE function in Excel

    In Excel, if I do the following in any cell: =RATE(68,...
  2. running balance does not update - newbie question

    public static void main(String[] args)
    {
    double runningBalance = 0;

    blah(runningBalance);

    System.out.println(runningBalance);

    }
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured