Thread: array hlp
View Single Post
  #2 (permalink)  
Old January 21st, 2007, 10:00 PM
albraham123 albraham123 is offline
Registered User
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

what i can see is when u cin the value start from first element in the array, which is grades[0], but when in the for loop u sum up the value start from the second element which is grades[1]..

Reply With Quote