User profile: ariana2608

User info
User name:ariana2608
History
Joined:
Number of posts:23
Latest posts:

question concerning averages and finding the max and min.
I'm understanding your example but then what is the value i need to set it up too? i thought 0 was r...

question concerning averages and finding the max and min.
sorry if I'm not explaining it correctly I am new to C++ programming and I get lost really easily. I...

question concerning averages and finding the max and min.
I set both to 0 [code]int smallestScoreSoFar = 0; int biggestScoreSoFar = 0;[/code] When i com...

question concerning averages and finding the max and min.
I know how to do that it just that its hard for me to put it into code this is what I came up with...

question concerning averages and finding the max and min.
Hello!! if anyone could help this would be great. I'm tring to figure out how to find the max and m...