A

Admin • 828.03K Points
Coach

Q. Which of the following for loop declaration is not valid?

  • (A) for ( int i = 99; i >= 0; i / 9 )
  • (B) for ( int i = 20; i >= 2; - -i )
  • (C) for ( int i = 7; i <= 77; i += 7 )
  • (D) for ( int i = 2; i <= 20; i = 2* i )
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.