Computer Applications
A loop statement is given as:
for(i=10;i<10,i++)
{
Statement
}
For how many times will the given loop statement be executed:
- never
- 1 time
- 10 times
- infinite
Java Iterative Stmts
41 Likes
Answer
never
Answered By
7 Likes
A loop statement is given as:
for(i=10;i<10,i++)
{
Statement
}
For how many times will the given loop statement be executed:
41 Likes
never
Answered By
7 Likes