0
Answer

expression evaluation

Ask a question
khaled debeky

khaled debeky

19y
1.5k
1
hi,
i want to make a program that draw equations.

the first thing needed is to evaluate the expression.

i used the stack to make infix to postfix conversion, but the problem here is in 

the priority how can i implement the priority with out forcing the user to write every 

operation between brackets ???????

any help please

thanx in advance