Computer Science, asked by shweta9531, 11 months ago

how to compare 2 for loops in java​

Answers

Answered by Anonymous
4

▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬

\mathfrak{The\:Answer\:is}

There's no function made to compare for loops.

But If U want to run two loops, then

for(i=0 ; i<=5;i++)

{

for(j=0;j<=i;j++)

{

c++ ;

}

}

\boxed{Hope\:This\:Helps}

▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬

Similar questions