Question: Create and run an even more sophisticated Hello Class program in your Lab 1 directory. Design and edit a file called Lab 1 P 1

Create and run an even more sophisticated Hello Class program in your Lab1 directory.
Design and edit a file called Lab1P1Driver.java with the following content using your favorite editor. Make sure that the class name and the file name match!!!
For instance, if you chose the vi(m) editor, at the prompt type in:
vi Lab1P1Driver.java
Your program should:
ask the user to enter an integer number n
read n names provided by the user
displays the provided names followed by shout(s) Hello Class!!! using correct grammar and punctuation.
use the input read in to build an output string to be displayed at the end DO NOT store and reprocess the input data- no additional storage/collections can be used.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!