A

Admin • 830.13K Points
Coach

Q. Find the value of value[i]?

Code:
int values[ ] = {1,2,3,4,5,6,7,8,9,10};
for(int i=0;i< Y; ++i)
System.out.println(values[i]);
  • (A) 10
  • (B) 11
  • (C) 15
  • (D) None of the above
  • Correct Answer - Option(D)
  • Views: 14
  • 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.