Page 1 of 1
Write a MATLAB program that reads an integer N. and return factorial upto the inputted number using a while loop. Also,
Posted: Tue Apr 12, 2022 10:22 am
by answerhappygod

- Write A Matlab Program That Reads An Integer N And Return Factorial Upto The Inputted Number Using A While Loop Also 1 (75.91 KiB) Viewed 25 times
make sure the entered number is positive
show me the output please

- Write A Matlab Program That Reads An Integer N And Return Factorial Upto The Inputted Number Using A While Loop Also 2 (75.91 KiB) Viewed 25 times

- Write A Matlab Program That Reads An Integer N And Return Factorial Upto The Inputted Number Using A While Loop Also 3 (75.91 KiB) Viewed 25 times
Write a MATLAB program that reads an integer N. and return factorial upto the inputted number using a while loop. Also, make sure the entered number is positive. Please enter a number N: 10 Output: The factorial output is : 10!= 3628800