Case Study
· Problem Statement:
Consider an exercise specified to add 2 numbers. Your program must ask the user for 3 numbers, read them as REAL numbers, add them together, and print out the result.
· Program approaches:
o Simple program
o Modular program