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]...