Computer Science, asked by madhumithashanmugan5, 4 months ago

Consider the following statement.
for(i =2;i<= 10; i++)
The value printed after the first iteration and after sixth iteration is ...​

Answers

Answered by kamalrajatjoshi94
2

Answer:

After first iteration=3

After sixth iteration=9

Similar questions