Question: Create a flowchart, test cases, and write a program that finds the first positive factorial (starting from 1!) that meets or exceeds a user-specified
Create a flowchart, test cases, and write a program that finds the first positive factorial (starting from 1!) that meets or exceeds a user-specified limit. Your vi should have one input for the target value for your factorials, and one output for the integer which corresponds with your final factorial. Use a while loop - it should stop as soon as the factorial is equal to or greater than the input. n!= 1 *2*... * n Ex: if your user-specified limit was 5, your output would be 3, since 3! = 6. Please show step-by-step on LabVIEW for the program
Step by Step Solution
3.49 Rating (152 Votes )
There are 3 Steps involved in it
Heres how to create a flowchart test cases and write a program to find the first positive factorial starting from 11 that meets or exceeds a userspecified limit Flowchart Start Prompt the user to ente... View full answer
Get step-by-step solutions from verified subject matter experts
