1, Write an application that displays a basic house made up of lines. You should include at least three different shapes and three different colors. Add a name for your house and display it on the screen.
The standard display window can be 800 by 600 pixels.
Your code should include comments to describe the program logic and use proper indentation for readability.
Be sure to properly test your code before submitting.
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”.
2, Your first submission for the CIS 210 Course Project should include the following functionality:
– Requests the user to input his/her first name
– Formats the name to capitalize the first letter and makes all remaining characters lowercase, removing any spaces or special characters
– Output the formatted name to the console
Remember to compile and test your code prior to submitting.