Computer Science, asked by nj40240, 6 months ago

5. How many times the following loop
will executes.
static void main()
{
for(int i=1;i<=15;i++)
{
++i;
}
}
8
7
O 15
none of the above​

Answers

Answered by RuwaisnZaid
0

Explanation:

7

this could be the answer

Similar questions