User can input the formula like this:
1)a+b+c
2)a+b
3)a/b+2+d-8/f
4)a/b
5)and many more
Scenario: Values of all the variables are calculated at run time. For first formula I can set the values 0 if there is no value for a,b or c, but for third formula I can not do the same because ("a/b") it will throw "divide by zero" exception. Formulas and their values are dynamic.
Thanks
1)a+b+c
2)a+b
3)a/b+2+d-8/f
4)a/b
5)and many more
Scenario: Values of all the variables are calculated at run time. For first formula I can set the values 0 if there is no value for a,b or c, but for third formula I can not do the same because ("a/b") it will throw "divide by zero" exception. Formulas and their values are dynamic.
Thanks