Write a complete C++ modular program. You will need main and 3
additional modules - InData, Calc, and OutData. From main call
InData to input two integers and one letter from the user in module
InData. Call Calc from main to determine the largest and smallest
of the numbers. Call module OutData from main to output the
numbers, letter and the largest and smallest in OutData. Use a
prototype for each function before main and then write out each
function after main.
Write a complete C++ modular program. You will need main and 3 additional modules - InData, Calc, and OutData. From main
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a complete C++ modular program. You will need main and 3 additional modules - InData, Calc, and OutData. From main
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!