Search:

Type: Posts; User: mkache21

Search: Search took 0.00 seconds.

  1. My program is working now but only if I give the...

    My program is working now but only if I give the input just like example. If I change the order of lines(order of +,-,*,/ operations) or add more lines it does not work properly.
  2. I did well by your help thank you so much. If I...

    I did well by your help thank you so much. If I send you my email can you help me. My program working but not properly.
  3. Expressions won't be complicated, they will be...

    Expressions won't be complicated, they will be just like the example. I tried your code but it did nothing. If you tell me how will it make sum and show it, it's realy appreciated.
  4. How to read variablles from txt and make sum,minus,multiply, divide with them?

    I need to read read from text file line by line and make four operations. Example:
    If the Input.txt file is like this:
    3+5
    2-1
    4*3
    8/4
    My program should read the veriables, do the operations...
Results 1 to 4 of 5