I agree. One way you could attempt to create a calculator without a tutorial is by creating a very simple app to calculate addition/multiplication/division/subtraction (separate programs if you wish). Then try creating a program that asks for user input for an integer only. With that, you should be able to mend all the necessities into one program. Don't forget to ask the user if they want to do another calculation after the previous, if not, exit.
