Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    4,782

    Re: Basic Math Expression Java Problem

    My understanding is you want to be able to evaluate a math expression that is represented as a String. : for example "1+3". Your first choice is to give the user several windows to enter a) the...
  2. Replies
    6
    Views
    4,782

    Re: Basic Math Expression Java Problem

    For future reference, it helps to post the full error you are getting. From what you posted however:



    num=(a+B);


    I see 'b' defined, but not 'B'. Next issue is that you cannot parse an...
Results 1 to 2 of 2