mini calculator

Hi guys I am real new to coding and am having a lot of trouble writing a mini calculator program. I have written codes in the past but am having trouble writing this program as simply as possible. I am having trouble with what to write in my input and process sections. I would really appreciate it if someone could possible show me the right way to write this program. Thank you!!

Create a mini calculator program that will allow the user to enter two integers (operand 1 and operand 2), the program will calculate the sum, difference ,product, whole number quotient, remainder, the real number quotient, and the square root of operand1. The program should also calculate the value of operand2 raised to the power of 4.
Last edited on
closed account (48T7M4Gy)
http://www.cplusplus.com/forum/beginner/210732/
Topic archived. No new replies allowed.