Question: The setGreeting ( ) mutator sets field greeting to Hi , you have reached , followed by inputGreeting, and the setNumber 0 mutator

The setGreeting() mutator sets field greeting to "Hi, you have reached ", followed by inputGreeting, and the setNumber0 mutator sets field number to inputNumber. In main(), call setGreeting(0) and setNumber0, passing arguments inputGreeting and inputNumber, respectively.
Ex: If the input is:
Mia
899-510-2419
then the output is:
Voicemail: Hi, you have reached Mia at 899-510-2419
import java.util.Scanner;
public class MessageData {
public static void main(String[] args){
Scanner scnr= new Scanner(
System.in);
Message voicemail = new Message();
String inputGreeting;
String inputNumber;
InputGreeting =scnr* next () ;
inputNumber =scnr. next () ;
V** your code goes here "/
System.out.print("Voicemail: "+ voicemail.getGreeting());
System.out.println(" at "+ voicemail.getNumber());
}
 The setGreeting() mutator sets field greeting to "Hi, you have reached

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!