- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
3 Posted Topics
Hello sethwb One thing I would recommend is to change the initialize function like this: [CODE] for (index = 0; index < listSize; index++) { indata >> list[index].studentFName; cout << "fname: " << list[index].studentFName << endl; indata >> list[index].studentLName; cout << "lname: " << list[index].studentLName << endl; for (allTestScores = …
Hello salty11, I do not really get how your program is finding if a number is perfect or not by adding its factors. It does not work. For ex. 25 is a perfect number however it's factors are, 1 + 3 + 5 + 25 = 34. In your program, …
Hello ladylady I hope the code you showed is just a portion of your entire code I wrote my version with a few comments. I did not change much. [CODE] // else if (letter =='Q' || letter =='q') { int hei, wei, base, diff; // diff is suppose to calculate …
The End.
PathikRaval