/CppFunctions

C++ program that uses functions to calculate the sum, difference, product, quotient, and remainder of the two integers input by the user

Primary LanguageC++

CppFunctions

C++ program that uses functions to calculate the sum, difference, product, quotient, and remainder of two integers input by the user.

main()

Main function diplays a welcome message and calls the calculate() function

calculate()

Function calculates the sum, difference, product, quotient, and remainder of two integers input by the user.


CSCI 112 001 15A SP22 - COMPUTER SCIENCE II