Here's another practice problem to try and I can't push this enough even if they look simple do it anyway
Make a user enter a number and then return the factors of that number and if it's a prime have it say its prime or un-factorable whatever you want it to say
if you don't know what I mean say you have a number 34 it takes 17 and 2 17 is prime so it can't be broke down any more here is one more example 42 the factors of 42 are 2, 3, 7
2x3 is 6 and 6x7 is 42 you get the idea
so good luck and hope to see some replies on how you all did
