Search:

Type: Posts; User: Kyl96

Search: Search took 0.06 seconds.

  1. Re: Please help, how to convert a String to an arithmetic operation?

    Well, I'm not really practised with java so probably you will find my code naive or worse... just suggest a solution for my problem :)
    I'm trying to write a calculator program, with JButtons and a...
  2. Re: Please help, how to convert a String to an arithmetic operation?

    thanks for the answers, but maybe I didn't explain well my problem. I don't know which is the string, I ask a user to write the operations in a textfield, so I could get "4+3-2" s well as "5-4-3+44"....
  3. Please help, how to convert a String to an arithmetic operation?

    I have a string, for example "4+3-2" and I want to have the result of these operations, how can I do it?
    The numbers of the string are inserted by the user, so I don't know them unless I run the...
Results 1 to 3 of 3