Question: in java 1- 1D array of String called words to store these words => Hi , is , Hello , but , MO , are
in java
1- 1D array of String called words to store these words => "Hi" , "is" , "Hello" , "but" , "MO" , "are" , "Bebebe"
2- Covert your 1D array of String to a 2D array of char using outer/inner loops
"Hello" => 'H' , 'e' , 'l', 'l','o' etc..
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
