Question: In Visual Studio 2019 (or something similar), create a C program that has a function outside the main function which serves as a menu to
In Visual Studio 2019 (or something similar), create a C program that has a function outside the main function which serves as a menu to provide the user with 4 choices. The first choice will do the addition of two numbers, the second choice will do the multiplication of two numbers, the third choice will do the division of two numbers, and the last choice will exit the program. The menu to select these choices must be outside your main function (you can also have the addition, multiplication, and division outside of the main function; in the same function as your menu, or in a different function all together).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
