Discussions Q&R
#indef
1 Vote
3 RéponsesHelp with question
0 Vote
10 RéponsesFooters
0 Vote
1 Réponse
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 Vote
3 Réponses#define vs. const
1 Vote
4 Réponseswhat is tjis code problem!
#include <iostream>
using namespace std;
int main()
{
int b = 5;
int arr[b] = {11, 35, 62, 555, 989};
int sum = 0;
for (int x = 0; x < 5; x++) {
sum += arr[x];
}
cout << sum << endl;
return 0;
}
I cannot make an array using int variable in order to define array's element number!?
1 Vote
7 RéponsesAujourd'hui en vedette
Loops and conditions
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
AlguĂ©m PortuguĂȘs por aqui?
0 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes