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
0
Explanation:
7
this could be the answer
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
English,
3 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Biology,
10 months ago