program



Create the pseudo code from the following request. The Pseudo Code must have some sort of menu that allows users to make selections to do a particular calculation such as addition, multiplication, and subtraction. It must provide five menu items that allow the user to make a calculation. Each of the 5 menu items should perform different calculations such as addition, multiplication, and subtraction. There should be an additional menu item for user to exit the program. So, total of 6 menu item. The Pseudo Code must allow user to enter valid number entries to perform selected calculation option Once the user selects a menu item, Pseudo Code should perform user entries, calculation, display the result to the user, and return to the main menu. User should be presented with main menu until they choose option to exit the program.