Question: You are program will: Call your printWelcomel) or printWelcome(String value) Request User for a String Display the Users String . Then Perform the following tasks




You are program will: Call your printWelcomel) or printWelcome(String value) Request User for a String Display the Users String . Then Perform the following tasks and functions below. Perform the Following Functions on the String and Print It Convert the String to Upper String Convert the String to Lower Case ADDITIONAL Methods to Call Since we have already started to USE Methods in Coding Bat make the following as Functions using the logic outlined above. You will PERFORM ALL of the methods below agains the INPUT from the user. ** REMEMBER If the Method returns a value, you MUST print it from main and ideally capture the value in a variable and then print it! public static void reverseString(String val){ NOTE: Using for loop and charAt reverse the string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
