User profile: mickey4691

User info
User name:mickey4691
Name:Mickey
Location:USA
Bio:Student learning coding.
History
Joined:
Number of posts:22
Latest posts:

Prime factors using stack
I think my problem lies somehwere in : [code] if (xnum % i == 0) xPFac.push(i); [/code] Any suggest...

Prime factors using stack
Write a program that uses a stack to print the prime factors of a positive integer in descending ord...

mountain-shape of stars
This is what I have so far. [code] #include<iostream> #include <iostream> using namespace std; int m...

mountain-shape of stars
How to write a program that print out a mountain-shape of stars. For example, if use input a 10, you...

list
From the list that i created. I'm trying to replace apple with banana and im trying to read the fift...