Click here to Skip to main content
15,899,754 members

Comments by ab_ayo (Top 10 by date)

ab_ayo 16-Feb-17 6:14am View    
i don't get. Can't I just the toatal of each operation and store in a variable, then start operation on the total.
ab_ayo 16-Feb-17 5:19am View    
how can i parse the expression?
ab_ayo 16-Feb-17 4:53am View    
Each operation performed should be based on what displays in the answer text box.
ab_ayo 16-Feb-17 4:46am View    
lets say we input 2+4+6/2, your code would give us a result of 9. but if it evaluates based on the last value, it's supposed to give us 6. Just how a normal calculator works
ab_ayo 16-Feb-17 4:18am View    
Thank you very much, everything is fine now. but i need it to always evaluate the last value instead of running the whole operation in the display. thank you