Dyskusje Q&A
Cout<<
0 głosów
3 odpowiedziCout<< help
0 głosów
3 odpowiedziWhat is meant by cout<<
4 głosów
8 odpowiedziWhat Does cout<< in C++ Do?
0 głosów
4 odpowiedziSomething weird in c++
3 głosów
7 odpowiedzidouble 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 głosów
3 odpowiedziPopularne dzisiaj
Someone can help me
1 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
X velocity
0 Votes
How this program executes?
0 Votes
Pls give me an idea
1 Votes