how to compare 2 for loops in java
Answers
Answered by
4
▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬
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++ ;
}
}
▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬
Similar questions
Math,
6 months ago
English,
6 months ago
Science,
11 months ago
English,
11 months ago
CBSE BOARD X,
1 year ago
India Languages,
1 year ago