Question: Write a method called processName that accepts a Scanner for the console as a parameter and prompts the user to enter a full name, then
Write a method called processName that accepts a Scanner for the console as a parameter and prompts the user to enter a full name, then prints the name in reverse order (i.e., last name, first name). Here is an example dialogue with the user:
Please enter your full name: Sammy Jankis
Your name in reverse order is Jankis, Sammy
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
public static void processName Scanner inpu... View full answer
Get step-by-step solutions from verified subject matter experts
