function myFunction(num){
n = 0;
total = 1;
while (n < num){
total *= (num - n);
n+=1;
}
return total;
alert(myFunction(6));
I'm not too proficient in JavaScript but here's what the function would look like. I hope this helps!
Answer:
the answer is
var N = readInt("Enter a starting value for the factorial: ");
var total = 1;
function start(){
for(var i = 0; i < N; i++) {
total = total * (N - i);
println(N + "! = " + total);
Explanation:
.....If the colors are from different segments of the color wheel.
oh for me there is maybe try reloading?
if you have any doubts or queries regarding the answer please feel free to ask
Subnet Mask
Literally the answer.
Task A