Computer Science, asked by tanaynale, 2 months ago

4. What will be the output of following function?
Function Fact (N As Integer)
Dim F, I As Integer
F=1
For 1 = N To 1 Step -1
F=F1
Next!
End Function
Consider N= 6

a.60
b.120
c.720
d.5040​

Answers

Answered by jeetendraverma37
1

Answer:

please mark me as brainlist

Explanation:

and give me 5 stars

Similar questions