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 [] 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

6364e8f2d927f_239876.pdf

180 KBs PDF File

Word file Icon

6364e8f2d927f_239876.docx

120 KBs Word File

Students Have Also Explored These Related Programming Questions!