Corsi
AccediInizia a imparare l'IA
Corsi
AccediInizia a imparare l'IA

Discussioni Q&A

int arr[] = {11, 35, 62, 555, 989}; int sum = 0; for (int x = 0; x < 5; x++) { sum += arr[x]; } cout << sum << endl
arrays
5 Voti
8 Risposte
27th Nov 2016, 4:31 PM
Bhairesh M
Bhairesh M - avatar
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]
arraysc++
0 Voti
4 Risposte
13th Nov 2016, 4:54 PM
prashanth jerry
prashanth jerry - avatar
what 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!?
arraysc++
1 Voto
7 Risposte
30th Jul 2016, 9:14 PM
Hesam Alinejad
Hesam Alinejad - avatar
Given a list of numbers, output their sum using for loop.
[42,0,1,124,3,555,67,7,8,8897,99]sum=0foriinsx:x=
0 Voti
6 Risposte
18th Jul 2022, 9:40 AM
Syed Anas
Syed Anas - avatar
Popolare oggi
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
4 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes