Lab 6.5: Loops
Write a program that prompts the user for an integer, and computes the factorial of that integer. (Note: 4 factorial=4!=4*3*2*1).
Save your file as lab6.5.cpp.