Can anyone tell me what is wrong with this program?<br><br>#include <iostream.h><br>int main()<br>{<br> int count[]= {0};<br> int ch, x;<br> float num , total, average;<br><br> x =0;<br> total = 0.0;<br><br> for (count[x] =0; count[x] < ch; count[x]++)<br> {<br>cout << "Enter a number:";<br>cin>> count[ch];<br>total = total + count[ch];<br> }<br> average = total / 6;<br> cout<<average<<endl;<br><br> return 0;<br>}