Question: java please Details of splitText() method Method for you to complete This method will receive a string. It will split the string into . a

Details of splitText() method Method for you to complete This method will receive a string. It will split the string into . a string array such that each of cell contains the individual characters that make up the string (text) provided. @param text String @return string array of individual characters that make up the string (text) provided Input: Parameters The method will take the following parameters: a string (text): some string to be split leg. "R" or "B4' of 'Angelo Processing Split the string provided into its individual characters and use these to populo a string array that you will return Output: Return value The method will return the string array containing each of the individual characters that made up the string provided as input (Al program output from the main method is handed for you! Sample method input/output: splitText() Input arguments splitText() Return value B6- "Angela
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
