Question Description
Write a program that prompts the user for a domain name (e.g. google). The program should then concatenate that name with www. and .com to form a proper Internet domain name (e.g. www.google.com).
Your code should include comments to describe the program logic and use proper indentation for readability.
Be sure to properly test your code using both valid and invalid inputs.
Upload your zipped assignment folder, which contains the java and class. You should follow the assignment naming conventions listed in “How to Do A Programming Activity” under “Course Setup and Instructions”.