I'ma be honest calculators are not that simple to create. Well at least to a NORMAL person. Like to me, its SOOO simple. basically all it does is take you're text turns it into tokens then orders them in postfix notation (or reverse polish notation) and then calculates it. ALSO ALL code by me :)