Chemistry
Chemistry, 28.02.2021 16:10, zanaplen27

Complete the three method declarations in the program below. Your solution must go in the file MultipleSalutations. java (click on the dropdown menu above the code to view it); the file with the main method cannot be modified. Ex: if the input is: Sanjiv Holly Arup Welcome ! Then the output of the program should be: Hello, Sanjiv. Welcome, Holly. Welcome, Arup!

import java. util. Scanner;
public class Main { public static void main (String [] args)
{ Scanner scnr = new Scanner(System. in);
MultipleSalutation nameTag = new MultipleSalutation();
String firstPersonName = scnr. next();
String secondPersonName = scnr. next();
String thirdPersonName = scnr. next();
String altSalutation = scnr. next();
String altMark = scnr. next();
nameTag. printSalutation(firstPersonName); nameTag. printSalutation(secondPersonName, altSalutation);
nameTag. printSalutation(thirdPersonName, altSalutation, altMark);
}
}
public class MultipleSalutation {
public void /* enter your solution here */ {
System. out. println("Hello, " + personName + ".");
}
public void /* enter your solution here */ {
System. out. println(customSalutation + ", " + personName + ".");
}
public void /* enter you solution here */ {
System. out. println(customSalutation + ", " + personName + customMark);
}
}

answer
Answers: 1

Other questions on the subject: Chemistry

image
Chemistry, 22.06.2019 03:40, jude3412
In an effort to address concerns about global warming, a power plant in portland, oregon is designed to take all of its exhaust gases from its boilers and recycle the co2 using the solvay process to make sodium hydrogen carbonate. the reaction is shown below. nh3(g) + h2o(l) + co2(g) + nacl(aq) → nahco3(aq) + nh4cl(aq) how many liters each of nh3 and co2 (both at stp) would be consumed to produce 3.00 kg of sodium bicarbonate? the volume of both nh3 and co2 would be
Answers: 1
image
Chemistry, 22.06.2019 06:10, gabriellestaleyga16
How many moles of gas are present if p=11 atm, v=12l, t=185k?
Answers: 1
image
Chemistry, 22.06.2019 13:00, katelynn73
Tell me the iupac name of the following compounds:
Answers: 1
image
Chemistry, 22.06.2019 19:00, marlea
What are the constituent metals of stainless steel?
Answers: 1
Do you know the correct answer?
Complete the three method declarations in the program below. Your solution must go in the file Multi...

Questions in other subjects:

Konu
Mathematics, 10.11.2020 01:00
Konu
Mathematics, 10.11.2020 01:00
Konu
Mathematics, 10.11.2020 01:00