Question: To create an array of three strings, we use: O String [] list = new String [ a, b,c]; O String [] list =
To create an array of three strings, we use: O String [] list = new String [ a, b,c]; O String [] list = new String [3 ]; String [] list = new String { "a" , "b" , "c" } [ 3 ]; O String [] list = new { "a" , "b" , "c" }; %3D O None of the above java language
Step by Step Solution
3.33 Rating (144 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
6364e8f2d927f_239876.pdf
180 KBs PDF File
6364e8f2d927f_239876.docx
120 KBs Word File
