Computer Science, asked by NEOKILLER2721P, 3 months ago

Find out the outputs of The Following:


int a=5,b=6,i;
for(i=1;i<=5;i++)
{
a+=i++;
b+=a++;
System.out.println(a+"#"+b+"#" +i)
}



NO SPAM ​

Answers

Answered by shaileshkrrish
1

Answer- 7#12#2

11#22#4

17#38#6

GF:

Baby catch the kisss

❤️

❤️

❤️

❤️ BF:

❤️

got it

Attachments:
Answered by samsri987
1

Output:

7#12#2

11#22#4

17#32#6

Similar questions