Computer Science, asked by lllm, 1 year ago

what is the finction of i in loop of java

Attachments:

Answers

Answered by manojmallela06
1

Basically in for loop

There are three  parts The firs one is initialising the i value to 1

Next i<n denotes that upto n and the last i denotes the incrementing value by 1 for i++

It repeats upto n

Similar questions