dsyndicates
Elite
Here are the program’s specifications:
Enter 2nd number:
- Show a menu. It will not proceed unless the input 1-5 is given.
- Add
- Subtract
- Multiply
- Divide
- Exit
- After selecting an option(except 5), ask for inputs
Enter 2nd number:
- It will show the results based on the option you selected. The values are computed using YOUR OWN CREATED FUNCTIONS. The computed value is stored in a simple array. After showing the result, it will ask if you want to compute again. If you answer Y, it will display the 5 options again. If you answer N, it will show all the contents of the array(containing all the computed values), then the program will end.