• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu

Discussions Q&R

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 Votes
8 Réponses
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 Vote
4 Réponses
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 Vote
7 Réponses
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 Vote
6 Réponses
18th Jul 2022, 9:40 AM
Syed Anas
Syed Anas - avatar
Aujourd'hui en vedette
My codebits section is full of deleted codes
13 Votes
Ai generated practices
1 Votes
Where did mess up....
1 Votes
I have an error in a problem and I don't know what the correct answer is
1 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
How can i insert files?
1 Votes
help!!! How to build portfolio? I am in last year of highschool and still noob lol
0 Votes
Hi who can hel me please
0 Votes
Where can I find python and SQL projects to work on for my portfolio that are beginner to intermediate?
1 Votes