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
Ranked #107.41K
~141 People Reached
Favorite Forums
Member Avatar for yarita

Can anybody help me figure out how to fix this so it would come out the highest & lowest score??? #include <iostream> #include <iomanip> using namespace std; int main() { double *score; double total = 0; double average; double max = 0; double min = 0; int testscore; int count …

Member Avatar for caromok
0
141