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
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, make sure the entered number is positive. Please enter a number N: 10 Output: The factorial output is : 10!= 3628800
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, make sure the entered number is positive. Please enter a number N: 10 Output: The factorial output is : 10!= 3628800