Search:

Type: Posts; User: deathpain

Search: Search took 0.10 seconds.

  1. Re: how to make a program that does the following arithmetic expressions ?

    ok i got it now ,, thanks for the big help Norm & Tjstretch
  2. Re: how to make a program that does the following arithmetic expressions ?

    what i mean by parsing is like when using JOptionPane.showInputDialog to take numbers from the user and then parsing them into an integer or double,
    since i'm going to use a string and split it into...
  3. Re: how to make a program that does the following arithmetic expressions ?

    i know to do a split method, but after splitting the parts how do i take each and parse ?
    that's what i'm not getting till now
  4. Re: how to make a program that does the following arithmetic expressions ?

    how to do it with the string class split() method ?
    can you do an example for me ?
  5. Re: how to make a program that does the following arithmetic expressions ?

    how to parse the three parts ,, individually x,<,y
    can u give an example from 1 of the expressions above
  6. how to make a program that does the following arithmetic expressions ?

    how to make a program that does the following arithmetic expressions?
    x+ y , x-y ، x/y ، x*y ، x%y , x > y , x < y
    i would like to make the user to inputs the expression and program to show the...
Results 1 to 6 of 6