Welcome to simple expression evaluator ------------------------------------------------------------------------- Note: Currently negative values of exponent does not work. Also there are no brackets or other operations. It is simple yet complex to code. ------------------------------------------------------------------------- Enter any expression (e.g. 2 ^ 6 + 5 or 32 / 3) and the smart cat will tell you the answer by calculating the result using PEDMAS (or BODMAS). Press space to enter another expression. For inserting value of pi and e, simply write pi for 3.14 and e for 2.71. Hopefully this should be able to develop into a standard calculator. I will add more operations so that it can become a scientific calculator. Report for glitches if any. Enjoy this project. Peace :) ------------------------------------------------------------------------- Updates:- ...