CIS-210 Project – Part 1

Opens: Sunday, January 29, 2023, 12:00 AM Due: Sunday, February 5, 2023, 11:59 PM
CIS-210 Course Project Week 4

Your first submission for the CIS 210 Course Project should meet the following requirements:

1) Request the user to input his/her first name

2) Format the name to capitalize the first letter and makes all remaining characters lowercase, removing any spaces or special characters

3) Output the formatted name to the console

Examples of program running (bold letters below are user entry):
Enter your name: DAVID David
Enter your name: jeNiFfEr Jennifer
Enter your name: test *E4^70$STUDENT Teststudent

Also ensure that the following requirements are met:
1) Java file is named correctly.

2) Name, date and assignment information is included at the top of your Java code file as a comment.

3) Java code is properly indented and readable.

4) Code comments are present within each major section of code.

5) Output is formatted correctly and meets the requirements above.

Once you verify that your program runs correctly and you have met the requirements create a Word or PDF document with the following:

1) Your name, date and assignment identification at the top of the page (Ex. CIS-210 Week 4 Course Project)

2) Full Java source code listing

3) Screenshot of the code compiling successfully in the IDE with the timestamp showing.

4) Screenshot of the code running showing the correct output.

Archive (zip) the results document and the actual java code files into a single zip file and submit through the classroom. Please name the zip file with <flast>_CIS210_Course_Project_Week_4 where <flast> is your first initial and last name.