Simple calculations problem

Hello! So I have the following assignment due as the first of this semester. I made the mistake of taking this class online b/c my teacher is horrible at explaining things! I need someone who actually knows what they r doing or can at least point me in the right direction. Thanks in advance!!

Heres the problem:

You need to write a program that accepts 2 integers from the user. Then your program needs to ask the user what they want to do with those two numbers. The following need to be the user's choices:

‘ADD’ – Add the numbers
‘SUB’ – Subtract the second number from the first
‘MULT’ – Multiply the first number by the second
‘DIV’ – Divide the first number by the second
‘Q’ – Quit the program
Last edited on
Could you please post what you have done so far?
Topic archived. No new replies allowed.