Problem: Write a simple calculator program that allows input of two integer operands and outputs the result of all five arithmetic operations (+, -, *, / , & %). Modularize into "at-least" the following functions: getData getInteger processData displayData Use value returning, void, pass-by-value, & pass-by-reference as is appropriate. See a sample run on the next slide. Be sure that you comment each function correctly.