To Home Page
CSC 212 -- Project Proj1
Bitwise Project
- Convert the integers 59 and 125 into binary.
Call the resulting hex values a and b.
- Compute the values of these Java Expressions:
- Convert the results from Part 2 to hex and decimal.
- Write a Java program to verify the calculations in
parts 2 and 3.
See the example
Bitwise.java for help.