Question
I want you to investigate this and the program you turn in should just print cout the final results a) Using a byte variable, what
I want you to investigate this and the program you turn in should just print "cout" the final results
a) Using a byte variable, what is the largest factorial that can be calculated. A factorial is simply n! = 1 * 2 * 3 * 4 ... * (n-2) * (n-1) * n For instance, 1! = 1, 2! = 2, 3! = 6, 4! = 24, 5! = 120 etc.... b) What would be the largest factorial using short, int, long, float, double, etc... Use all the primitive data types that you are familiar with signed as well as unsigned. Note: I want you to investigate this and the program you turn in should just print "cout" the final results. You don't know how to capture errors yet so run each till it overflows then back off by 1. Don't need the program that tests for this.
i got this as answer but no code for c++
https://www.chegg.com/homework-help/questions-and-answers/5-using-byte-variable-largest-factorial-calculated-factorial-simply-n-1-2-3-4--n-2-n-1-n-i-q32094044
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started