Page 1 of 1

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
by answerhappygod
Which Of The Following Is A Valid Char Literal A A A A Question 4 Difference Between While Loop And Do While Loop 1
Which Of The Following Is A Valid Char Literal A A A A Question 4 Difference Between While Loop And Do While Loop 1 (23.16 KiB) Viewed 40 times
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