Question: java DAY 3: The STRING CLASS (4 Pts) o o Create a Method that returns all input into Uppercase (don't use Uppercase Method): Example- How
java
DAY 3: The STRING CLASS (4 Pts) o o Create a Method that returns all input into Uppercase (don't use Uppercase Method): Example- How are you? HOW ARE YOU? Create a Method that inputs a sentence and prints the input in reverse Example- How are you? ?uoy era woH Create a Method that inputs a word, breaks it into 3 even substrings and prints it in reverse order: Example- Fantastic > tictasfan Create a Method that inputs a sentence, then returns word count. Use: indexOf() and substring() to solve. o o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
