Recent content by gbsboard

  1. G

    Comp Sci Help with C++ perfect number program

    Alright i was able to get the program to function 100% perfectly need to thank you for all the help it is very much appreciated.
  2. G

    Comp Sci Help with C++ perfect number program

    ok the problem i keep getting now is that it will prompt me to get a number so i'll type in 6 and then it stops and won't run any more of the program but will let me keep typing in numbers/letters and I am still figuring out where cout so that it will say "if the sum of the divisor = num1" such...
  3. G

    Comp Sci Help with C++ perfect number program

    Ok I've been having a lot of trouble with this program, I am also very new to C++. The program requires to have 4 functions 1 main, 1 svr, 2 void functions any kind of loop (for loop preferred) in the main function so that a user can enter any number of positive integers in the main function...