[Solved] Develop a top-down modular program to implement a calculator. The program should request the user to input two numbers a
Develop a top-down modular program to implement a calculator. The program should request the user to input two numbers and display one of the following as per the desire of the user:
I. Sum of the numbers
II. Difference of the numbers
III. Product of the numbers
IV. Division of the numbers
Provide separate functions for performing various tasks such as reading, calculating and displaying. Calculating module should call second level modules to perform the individual mathematical operations. The main function should have only function calls.
Expert Answer
Answer to Develop a top-down modular program to implement a calculator. The program should request the user to input two numbers a….
OR

