Lab3

Assignment- Lab 3,

Your program should display a menu to the user with the following options:

1- Sum numbers

2- Subtract numbers

3- Multiply numbers

4- Divide numbers

5- Remainder of numbers

6- Compare numbers

After the user makes a selection, the program should ask for two integer numbers x and y and perform the selected operation and display the result. These operations must be implemented using functions. After the appropriate function is called, the computation performed, and the results displayed, the program should return the main menu and continue until the user chooses option 7 to exit.

Description- The program is just to make the user a menu and give them the basic equations.

Lab3

 

Leave a Reply

Your email address will not be published. Required fields are marked *