Problem
Class Library Create a .NET Class Library called PrintHello having a single method Hello() that does what you think it does. Write a Console Application TestPrintHello.cs that references the PrintHello Library. Implement the following: prompt the user to enter their name, get the name from the user call the PrintHello library method Both application should reside in the same solution. Submit all code you developed to complete this task.