what are the entiys to create Calculator app

0
Iam new to mendix i wnat to know how to create calculator in mendix
asked
1 answers
1

A calculator app should fit with one entity: calculation. Two attributes: expression and expressionresult. Create a calculation object, add an expression, call a microflow/Java-action to evaluate the expression and show the results on screen.

answered