Question: Task 3: Vertical Write a method called vertical that accepts a string as its parameter and prints each letter of the string on a separate
Task 3: Vertical Write a method called vertical that accepts a string as its parameter and prints each letter of the string on a separate line. For example, a call of vertical ("hey you") should produce the following output" he ev ye 0 Hint: look at the String method charAt to see i it will make your life easier. Complete the program by having the main method that call ventisa.) with two strings of your choice.. Comment your methodl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
