Question: please write a code that does all 3 things ! 5 points Status: Not Submitted Hello! As a twist on the Hello World exercise, you

please write a code that does all 3 things ! 5 points Status: Not Submitted Hello! As a twist on the Hello
World exercise, you are going to be the end user of the
Hello class. This class is designed to greet the user in a

5 points Status: Not Submitted Hello! As a twist on the Hello World exercise, you are going to be the end user of the Hello class. This class is designed to greet the user in a variety of world languages. For this task, complete the following Use the Scanner class to ask the user for their name Create a Hello object by passing the name to the constructor Call at least 3 methods from the Hello class to print the greeting in 3 different languages. Remember to write your code in the HelloTester class, but make sure you take a look at the Hello class so that you know the names of the methods you need to use.

Step by Step Solution

3.34 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

HelloTesterjava Java class to create object of Hello class and use t... View full answer

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 Programming Questions!