Question: CA5.10.1: Overload salutation printing Complete the second printSalutation0 method to print the following given personName Holly and customSalutation Welcome Welcome, Holly End with a newline.

 CA5.10.1: Overload salutation printing Complete the second printSalutation0 method to print

CA5.10.1: Overload salutation printing Complete the second printSalutation0 method to print the following given personName Holly" and customSalutation Welcome Welcome, Holly End with a newline. CHALLENGE ACTIVITY 1 import java.util.Scanner; 3 public class Multiplesalutations 4 public static void printsalutation(String personName) ( System.out.printin("Hello, personName) 8 1/Define void printsalutation(string personliame, string customsalutation) 9 10 Your solution goes here / 12 public static void main (string [1 args)T printsalutation("Holly", "Welcome"); printsalutation("Sanjiv"); 14 15 16 63

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!