Page 1 of 1

QUESTION 1 What is the output of the following code fragment char() egArray = { 'T', 'S', 'E', 'T',', 'D', 'P','T}; for(

Posted: Sat May 14, 2022 3:16 pm
by answerhappygod
Question 1 What Is The Output Of The Following Code Fragment Char Egarray T S E T D P T For 1
Question 1 What Is The Output Of The Following Code Fragment Char Egarray T S E T D P T For 1 (28.82 KiB) Viewed 67 times
QUESTION 1 What is the output of the following code fragment char() egArray = { 'T', 'S', 'E', 'T',', 'D', 'P','T}; for(int index=0; index < 5; index++) System.out.print( egArray[ index D);