Ask
your own question, for FREE!
Computer Science
13 Online
Is it more efficient / better to do A or B? A) int i = 0; for (i = 0; i < 100; i++) for (i = 0; i > 200; i++) {} B) for (int i = 0; i < 100; i++) {} for (int i = 0; i > 200; i++) {} The thing I'm getting at is when dealing with multiple for loops, is it better to use the same integer or declare a new integer every time?
Still Need Help?
Join the QuestionCove community and study together with friends!
depends. If I isn't needed again then do A, if byou need i again somewhere in the loops etc do the B. I've done either.
Also in both for (int i = 0; i > 200; i++) {} byou wold do i = something.length or the highest # then do i--
so it would be for( int i = size; i > 0; i--)
no medal? :(
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
8 hours ago
0 Replies
0 Medals
12 hours ago
2 Replies
0 Medals
1 day ago
5 Replies
1 Medal
12 hours ago
6 Replies
1 Medal
2 days ago
3 Replies
0 Medals
4 days ago
0 Replies
0 Medals
1 week ago
3 Replies
0 Medals
1 week ago
5 Replies
1 Medal