Calculator with history

Hello,

I want to ask help.

I must do a working calculator with history. The history should be below calculator and when clicked on any operation it should return to calculate again.

Here is my code: https://pastebin.com/sez0cFdu

First create an area for the history, and then we can work on it.

You’ll have a choice, as to whether the history should update after each button press, or only when the equals such has been pressed.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.