Introduction
In this lab, you will learn how to write a C++ program to perform arithmetic operations using functions. Specifically, you will create separate functions for addition, subtraction, multiplication, and division of two numbers, inputted by the user.