Question: Please write the function in C++ 1. Prime Factorization (15pts) Write a function that will take an integer (greater or equal to 2) and out
Please write the function in C++

1. Prime Factorization (15pts) Write a function that will take an integer (greater or equal to 2) and out all of its prime factors Example of output: Input the number: 60 60-2 *2 * 3 * 5 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
