Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~118 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for jtddogg

I have been looking for something to make it click in my head on how to get the average of my array and I need help. [CODE]#include <iostream> #include <math.h> using namespace std; int grades[10],a,total; double average; void main(){ cout << "Enter 10 test grades to average:" <<endl <<endl; for …

Member Avatar for mrnutty
0
118