Which of the following is a valid char literal? "A" A 'A' "A" QUESTION 4 Difference between while loop and do/while loop
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is a valid char literal? "A" A 'A' "A" QUESTION 4 Difference between while loop and do/while loop
Which of the following is a valid char literal? "A" A 'A' "A" QUESTION 4 Difference between while loop and do/while loop is, unlike the while loop, the condition for the do/while loop is evaluated at the end of the loor True Falso QUESTION 5 What is the output of this code sequence? String word = "Java"; System.out.pmiln( word.charAt(1)): a
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!