Ask
your own question, for FREE!
Computer Science
7 Online
Wrte a for loop to compute the sum 1 + 2 + 3 + 4 Multiple answers. Answer A int sum =0; for (int j = 0 ; j < 4 ; j++) sum=sum+j; B int sum =0; for (int j = 1; j < 5 ; j++) sum=sum+j; C int sum =0; for (int j = 1 ; j < 6 ; j++) sum=sum+j; D int sum =0; for (int j = 1 ; j <= 4 ; j++) sum += j;
Still Need Help?
Join the QuestionCove community and study together with friends!
B
sum = 0 outside loop. ( initial value j=1; ending condition j<5; increment by 1 each round of lopp j++) sum = sum + j. so on round 1 sum=0+ 1 = 1 so on round 2 j= 2 not 1. so sum = 1 + 2 =3 (not 2 as is in the series needed) Is that a problem denyekwe?
d
B and D work
@arcticf0x why would you think D is wrong? it iterates 4 times because <=
Still Need Help?
Join the QuestionCove community and study together with friends!
Uh oh, overlooked, D is correct aswell. @Tomas.A
So B and D.
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
MrsTooTac:
pedos nowadays ud83dude4fud83cudffeud83eudd26ud83cudffeu2640 . its alot on here i can name .
Midnight97:
Kinda a roleplay story between me and my friend enjoy... Part one Forgive me for all the screenshots.
StevenisGhost:
what type of song should I make next, and will y'all go check out my new song on
Midnight97:
My drawing sure changed over the years look at these two pictures from 2024 to no
EdwinJsHispanic:
"poem" love is So Beautiful to have. But it's so hard to have. At this point I don't know whether its worth the wait Or if it's just millions of miles to re
EdwinJsHispanic:
"poem" love is So Beautiful to have. But it's so hard to have. At this point I don't know whether its worth the wait Or if it's just millions of miles to re
Breathless:
I don't know if this would be considered art, but its close enough I believe, Any
Demon25:
Let my silence be my voice Let my silence remind you how many times I tried speak
13 hours ago
0 Replies
0 Medals
17 hours ago
2 Replies
1 Medal
1 day ago
5 Replies
1 Medal
17 hours ago
6 Replies
1 Medal
3 days ago
3 Replies
0 Medals
5 days ago
0 Replies
0 Medals
1 week ago
3 Replies
0 Medals
1 week ago
5 Replies
1 Medal