F&A Diskussionen
need code break down explaination
0 Stimmen
2 AntwortenGENERIC CLASSES i want your help
-3 Stimmen
1 Antwortdouble 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 Antwortencan someone please explain to me how moving objects are produced ? (example in games). must I use graphics.h?. how do I transform it from simply a compiled piece of code in code block to a real software?. I've been googling this for days now and I'm still confused. Please an extensive explanation would be appreciated🙏. Thanks.
p. s you can also recommend websites where I can learn more and see good sample codes.
10 Stimmen
5 AntwortenHeute heiß
Why javascript
1 Votes
Virtual memory verification
1 Votes
Anagram
0 Votes
Where is react course?
2 Votes
How people get that much xp
1 Votes