User profile: ajputnam

User info
User name:ajputnam
Name:Arthur J Putnam
Location:Idaho
Bio:Currently enrolled in College for CS.
History
Joined:
Number of posts:18
Latest posts:

Sum of two arrays
I 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 change
Not exactly sure what your asking. Are you wanting change in quarters, dimes, nickels and pennies gi...

largest factor of a number
Working 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 Extraction
Okay great! Thanks for all your help!