Introduction
In this lab, we will learn how to find the factorial of a given number using the C++ programming language. In mathematics, the factorial of a positive integer n, denoted by n!, is the product of all positive integers less than or equal to n.