Write a program to find the factorial of a number using for loop and write same program
using whole loop.
Answers
Answered by
1
Working ⚡☃️:-
- First the computer reads the number to find the factorial of the number from the user.
- Then using while loop the value of 'i' is multiplied with the value of 'f'.
- The loop continues till the value of 'i' is less than or equal to 'n'.
- Finally the factorial value of the given number is printed.
᳐᳐᳐᳐᳐᳐
᳐᳐᳐᳐᳐᳐᳐
HOPE THIS HELPS ❤️☺️
BE BRAINLY ⚡☃️
Answered by
1
Answer:
plz mark me as brainliest
Explanation:
First the computer reads the number to find the factorial of the number from the user.
Then using while loop the value of 'i' is multiplied with the value of 'f'.
The loop continues till the value of 'i' is less than or equal to 'n'.
Finally the factorial value of the given number is printed.
Similar questions