Search:

Type: Posts; User: javapenguin

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Problems with Try/Catch Catching Wrong Exception

    Actually, I've noticed that you appear to have an else block in both your Add and Subtract methods that appears to do nothing.
  2. [SOLVED] Re: Problems with Try/Catch Catching Wrong Exception

    Well, I found at least 2 errors in this code that should be fixed:


    public Double Subtract(double totNum) {
    boolean calc = true;
    while(calc == true) {
    try {
    CalcInput...
Results 1 to 2 of 2