subject

Complete the second printSalutation() method to print the following given personName "Holly" and customSalutation "Welcome":

Welcome, Holly
FOR JAVA PLEASE
import java. util. Scanner;

public class MultipleSalutations {
public static void printSalutation(String personName) {
System. out. println("Hello, " + personName);
return;
}

//Define void printSalutation(String personName, String customSalutation)...

/* Your solution goes here */

public static void main (String [] args) {
printSalutation("Holly", "Welcome");
printSalutation("Sanjiv");

return;
}
}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
What does 21 pilots middle aged name as a band 15 years prior to them naming their band 21 pilots?
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
If joey was single and his taxable income was $9,500, how much would he pay in taxes each year?
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Brian wants to conduct an online search with a certain phrase. he intends to use the words books that belong to the 1800s in his search. how should he use the word that in his search?
Answers: 1
question
Computers and Technology, 23.06.2019 20:40
Instruction active describing list features which statements accurately describe the features of word that are used to create lists? check all that apply. the tab key can be used to create a sublist. the enter key can be used to add an item to a list. the numbering feature allows for the use of letters in a list. the numbering feature can change the numbers to bullets in a list. the multilevel list feature provides options for different levels in a list.
Answers: 2
You know the right answer?
Complete the second printSalutation() method to print the following given personName "Holly" and cus...
Questions
question
English, 02.07.2019 09:00
Questions on the website: 13722363