Home > Archive > Java Help > September 2006 > Binary.java
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello--I am new to Java and having trouble with the Create a class of
objects that will store and work with 4-bit binary numbers You can
choose to store the binary data in your class any way you like (i.e.
four Boolean variables, four Byte variables, one Int variable, String
variable, etc.) You will also need to create three other classes for
this assignment, Two of the additional classes are for exception
handling. The BinaryOutOfRangeException and the
BinaryTypeConversionException classes are both very simple classes that
extend the RuntimeException class The third class should be called
BinaryTester and will be used to test your class to verify that it
works correctly.
| |
| e_matthes@hotmail.com 2006-09-18, 10:03 pm |
| shiv wrote:
> Hello--I am new to Java and having trouble with the...
Did you have a specific question, or do you want us to do your homework
assignment for you?
| |
|
|
|
|
|