Search:

Type: Posts; User: mmholdford

Search: Search took 0.09 seconds.

  1. Re: confused on what this problem is asking for (bitwise operators)

    Supposedly, it is. Some of the code it provides is along the lines of

    final int BOLDFACE = 1; //00000001
    final int ITALICS = 2; //00000010
    ...
  2. confused on what this problem is asking for (bitwise operators)

    Write a program that prompts for an integer that is stored in variable format. The program should:
    1. "turn on" the boldface, italics, and underlining features.
    2. determine, for each feature,...
Results 1 to 2 of 2