Обсуждения
What is "return" type in java
0 голосов
2 ответовFunctions in c
0 голосов
1 ответWhat is the error ?
2 голосов
1 ответReturning array in c++
0 голосов
5 ответов
Define a Python function "orangecap(d)" that reads a dictionaryd of this form and identifies the player with the highest total score. Your function should return a pair(playername,topscore) whereplayername is a string, the name of the player with the highest score, andtopscore is an integer, the total score of playername.
-1 голос
3 ответов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 голосов
3 ответовNeed help with Swap Array Values
0 голосов
2 ответовReturning a string
0 голосов
1 ответAnyone help me with this?
0 голосов
2 ответовUse of REF keyword in a method? C#
0 голосов
3 ответовData Science - Average of Rows
0 голосов
4 ответовwrite function
0 голосов
2 ответовАктуальное сегодня
Using Python on VScode
2 Votes
Python Developer
0 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
Guys who tell me
0 Votes
Hearts
0 Votes
Question
0 Votes