Search:

Type: Posts; User: Kaoru

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,445

    Thanks for the help. It wasn't as hard as I...

    Thanks for the help. It wasn't as hard as I thought it would be. ^^; I've been able to come up with the following so far:



    // points.cpp
    #include <iostream.h>

    int main()
    {
    int p[6] =...
  2. Replies
    5
    Views
    1,445

    Yes, they can be. I thought about using an array...

    Yes, they can be. I thought about using an array and something with recursion, but I just can't figure it out. :o
  3. Replies
    5
    Views
    1,445

    C++ problem w/ sums

    How can I use C++ to solve the following problem?

    List how many ways the numbers 9, 13, 17, 25, 31, and 35 can be added exactly 6 times to equal 100.
Results 1 to 3 of 3