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
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
250
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
89%
Success Rate