To Home Page

CSC 212 -- Project Proj1

 

Bitwise Project

  1. Convert the integers 59 and 125 into binary. Call the resulting hex values a and b.

  2. Compute the values of these Java Expressions:

  3. Convert the results from Part 2 to hex and decimal.

  4. Write a Java program to verify the calculations in parts 2 and 3.

See the example Bitwise.java for help.