lab 2

Lab description: In this lab we were required to write a program which displayed 6 options to the user. much like an atm would. the choices the user would have are from 1-6 which are 1-the sum, 2-the difference, 3 the product, 4 the quotient, 5 the remainder, 6 wether the number is less than equal or greater than the other number. after a selection was chosen the program will run the selected choice and ask the user again to repeat the same process of entering two digits and making a choice.

code:

screenshots