Q&A Discussões
double arr[]={5,2,7,8,11,9};
int n = sizeof(arr) / sizeof(arr[0]);
double sum = 0;
for(int i=0;i<n;i++)
{
sum+= arr[i];
}
double avg = sum / n;
cout<< "avarage ="<< avg<< endl;
return 0;
)
/*what does int n= sizeof(arr[]) /sizeof(arr[0]);
do, can someone explain that line for me*/
0 Voto
3 RespostasQuente hoje
How to make a 2d game
1 Votes
Html
2 Votes
Not video
1 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes