Question: creat hello world with user input and print method Description (We will discuss this in class) Modify your Hello World program to include the following:
Description (We will discuss this in class) Modify your Hello World program to include the following: Prompt the user to enter a string as input. Include a method, named print Message. The method should accept a String as a parameter, which will be the output it prints using a printin statement When you call the printMessage method from main, include the method call inside a for loop, so that the method gets called 5 times. Experiment with different method calls, passing different string arguments to the print method. Example, if I call the printMessage method from main, and pas it the string "Seattle Seahawks", the output should appear as following: Seattle Seahawks Seattle Seahawks Seattle Seahawks Seattle Seahawks Seattle Seahawks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
