Verify that your program runs correctly and you have met the requirements, create a Word or PDF document with full Java source code listing.

ASSIGNMENT

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

1) Request the user to input a binary number
2) Tests the input string for compliance with the binary number system (only 0 and 1 are allowed)

Examples of invalid binary numbers:
abc
10102011
10101FF
0000 1111 (note: contains a space)

Examples of valid, accepted binary numbers:
1000001
1100
10101011

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 6 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. Name the zip file with <flast>_CIS210_Course_Project_Week_6 where <flast> is your first initial and last name.

Verify that your program runs correctly and you have met the requirements, create a Word or PDF document with full Java source code listing.
Scroll to top