1, Your second submission for the CIS 210 Course Project should include the following functionality:
– Requests the user to input a binary number
– Tests the input string for compliance with the binary number system (only 0 and 1 are allowed)
Please ensure your code compiles without error and that you test multiple inputs for all known error conditions.
2,Complete Chapter 1, Section 1.5.4 “Programming Activity 1: Writing a First Java Application”.
On a separate line, immediately after the statement that outputs the text “Programming is not a spectator
sport!” add the following statement:
System.out.println(“<your name> is one of its players.”);
Replace <your name> by your first and last name.
Make sure you study the Programming Activity 1-1 Guidance document.
After you have compiled and successfully your program, complete Section 1.5.5 Making a JAR File.
Upload your zipped assignment folder, which contains the java, class and JAR files. You should follow the assignment naming conventions listed in “How to Do A Programming Activity” under “Course Setup and Instructions”.
Be sure to pay specific attention to case sensitivity when naming your program files.