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
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);