answersLogoWhite

0

Is factorial like this 4x4-4-4

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

No, that is nothing like a factorial. 4 factorial (written as 4!) is 4*3*2*1 = 24.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

Write a C-like program fragment that calculate the factorial function for argment 12 with do while loop?

#!/usr/bin/perl print factorial($ARGV[11]); sub factorial { my($num) = @_; if($num == 1) { return 1; # stop at 1, factorial doesn't multiply times zero } else { return $num * factorial($num - 1); # call factorial function recursively } }


What is the flowchart and pseudocode for a program that accept and displays the factorial of a number?

A flowchart for a program that accepts and displays the factorial of a number would include the following steps: Start, Input the number, Initialize a variable for the factorial, Use a loop to calculate the factorial by multiplying the variable by each integer up to the number, Output the result, and End. Pseudocode for the same program would look like this: START INPUT number factorial = 1 FOR i FROM 1 TO number DO factorial = factorial * i END FOR OUTPUT factorial END


What is the value of 9 factorial plus 6 factorial?

The value of 9 factorial plus 6 factorial is 363,600


What is 30 factorial divided by 27 factorial times 3 factorial?

It is 4060.


What is factorial of 998?

factorial of -1


What is the factorial of 27?

27 factorial = 10,888,869,450,418,352,160,768,000,000


What is 1 factorial?

1 factorial = 1


What is factorial of six?

Factorial 6 = 720


What is factorial of 65?

Factorial 65 = 8247650592082470666723170306785496252186258551345437492922123134388955774976000000000000000


What is the factorial of 34?

34 factorial = 295,232,799,039,604,140,847,618,609,643,520,000,000.


What is 18 factorial?

18 factorial is 6,402,373,705,728,000.


What is zero factorial?

Zero factorial = 1