Question: Write a java program to display a list of factorial values. Please note that for an integer n (int), the factorial value n! is defined

Write a java program to display a list of factorial values. Please note that for an integer n (int), the factorial value n! is defined as: n! = n * (n-1) * (n-2)*.......*3*2*1 The expected output should be similar as following: 1! = 1 2! = 2 3! = 6 4! = 24 ........... Assume your program will be run in a 32-bits computer. After write the code, please discuss how many lines can be displayed by your program and why.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!