Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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());
}
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions