F&A Diskussionen
Cout<<
0 Stimmen
3 AntwortenCout<< help
0 Stimmen
3 AntwortenWhat is meant by cout<<
4 Stimmen
8 AntwortenWhat Does cout<< in C++ Do?
0 Stimmen
4 AntwortenSomething weird in c++
3 Stimmen
7 Antwortendouble 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 Stimmen
3 AntwortenHeute heiß
Question
4 Votes
overloading operators << >>
1 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes
Issue in code
0 Votes