C++ program that uses functions to calculate the sum, difference, product, quotient, and remainder of two integers input by the user.
Main function diplays a welcome message and calls the calculate() function
Function calculates the sum, difference, product, quotient, and remainder of two integers input by the user.
CSCI 112 001 15A SP22 - COMPUTER SCIENCE II