Which of the following is a valid char literal? "A" A 'A' "A" QUESTION 4 Difference between while loop and do/while loop
Posted: Thu Jul 14, 2022 2:28 pm
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