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 setNumber mutator sets field number to inputNumber. In main call setGreeting and setNumber passing arguments inputGreeting and inputNumber, respectively.
Ex: If the input is:
Mia
then the output is:
Voicemail: Hi you have reached Mia at
import java.util.Scanner;
public class MessageData
public static void mainString args
Scanner new Scanner
System.in;
Message voicemail new Message;
String inputGreeting;
String inputNumber;
InputGreeting next ;
inputNumber next ;
your code goes here
System.out.printVoicemail: voicemail.getGreeting;
System.out.println at voicemail.getNumber;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
