Question: Define the Message class's getGreeting ( ) accessor that gets field greeting and the getNumber ( ) accessor that gets field number: Ex: If the
Define the Message class's getGreeting accessor that gets field greeting and the getNumber accessor that gets field number: Ex: If the input is:
Cam
then the output is:
Message: Please leave a message for Cam
Phone Number:
public class Message
private String greeting;
private string number;
public void setGreetingString inputGreeting
greeting "Please leave a message for inputGreeting;
public void setNumberString inputNumber
number inputNumber;
Your code goes here
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
