Creating Prime Factorization ClassI'm trying to add the numbers that are both factors and prime into a list, but I keep getting an err...
se argument Write your question here. #include <iostream> #include <string> using namespace std; int main(...