Question: Use Python to write this program. 2) Write program to find prime factors based on the following flow chart? You have to use while loop
Use Python to write this program. 
2) Write program to find prime factors based on the following flow chart? You have to use while loop This problem is from the book page 114 problem 18 Factorisation 10 Points The flowchart in the fig below requests a whole number greater than 1 as input and factors it into a product of prime numbers. Note: A Number is prime if its only factors are 1 and itself. Start Get number N> 1 Set F 2 False Is N> 1 True Does True False Fdivide N Display Increase F by 1 Set End FIGURE 3.30 Prime factors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
