Question: Eclipse JAVA language Your class will contain the following methods: Main You will use it to test the methods you created below toCamel it will
Eclipse JAVA language
Your class will contain the following methods:
- Main
You will use it to test the methods you created below
- toCamel
it will take a string sentence and will return a single string word that represents the sentence in Camel Case. For example if the input was Federal tax raTe the result will be federalTaxRate
- convertToList
it will take an array of numbers and return it as an arraylist of the same type.
For example, if it was an array of integers it will convert it to an array list of integers and if it was an array of doubles it will convert it to an arraylist of doubles.
- Merge
It will take two String arrays and merge them into one arraylist
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
