Sum of two arraysI copied your code exactly and it is working on my end? Try coping it and pasting it here: http://cp...
Writing a program to find the different number of ways I can make changeNot exactly sure what your asking. Are you wanting change in quarters, dimes, nickels and pennies gi...
largest factor of a numberWorking off of Programmer007 since factors are always in pairs you can stop at the second factor. e...
Array of Objects(Shop Items), how to set a price tag for each?You can do a simple linear search using a for loop. 1. loop through each "item" 2. compare the item ...
C++ Web ExtractionOkay great! Thanks for all your help!