Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started