Search:

Type: Posts; User: frodooftheshire

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,194

    Re: Party Bits problem

    Original Message: 1111111
    With even Parity: 11111111
    With odd Parity: 111111110
    Original Message: 1111110
    With even Parity: 11111101
    With odd Parity: 111111010


    that is what happened the...
  2. Replies
    6
    Views
    1,194

    Re: Party Bits problem

    Well I assumed my error occurred in the other class not the driver class. I would use an if-else statement if I wanted to do one thing or another
  3. Replies
    6
    Views
    1,194

    Re: Party Bits problem

    It has a driver class that out puts the info

    public class parityFun
    {
    public static void main(String[]args)
    {
    message parity = new message("1111111");
    message parity2 = new...
  4. Replies
    6
    Views
    1,194

    Party Bits problem

    Alright So I am working on the first problem of this assignment and I have hit a road block. When my answer prints out it puts both a 1 and a 0 on and I only want it to do wone or the other...
Results 1 to 4 of 4