Search:

Type: Posts; User: BiggerBore

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    4,470

    Re: Draw tree, clouds, leaves with recursion

    Use pickRandom() to effect how drawTree() works. The number of branches, the angles of the branches, and the lengths of the branches will be varied randomly at each level of recursion. In my program,...
  2. Replies
    4
    Views
    4,470

    Draw tree, clouds, leaves with recursion

    I am trying to use my random method to change how draw tree works but cannot figure it out. This is what i have so far.

    Use pickRandom() to effect how drawTree() works. The number of branches,...
  3. Replies
    0
    Views
    1,269

    Java BitMap Program

    I have tried to get this program working and have made some progress but am stuck figuring out how to do it. Here are the requirements.
    a) Constructors
    (i) The first constructor just needs to set...
  4. Replies
    8
    Views
    1,173

    Re: True False Bitmap Program

    Thank you! Just realized the my main problem was not storing the file into a variable ... I needed to use bitsetanswer=oosa.readObject(); it just seemed that it could not just be a simple...
  5. Replies
    8
    Views
    1,173

    Re: True False Bitmap Program

    I cannot figure out how to use the created answer bitset with the one created when the user is taking the test. I put some random data into where it should use the old bitset to see if it worked at...
  6. Replies
    8
    Views
    1,173

    Re: True False Bitmap Program

    I finally think i figured it out after lots of searching and reading... This asks questions, stores a bitmap of true questions. How can I compare this to a bitmap created from a user taking the test?...
  7. Replies
    8
    Views
    1,173

    Re: True False Bitmap Program

    I am trying to write a 1 or 0 to a bit map and save it to a file. The code below is what I am working with now. My question is what am I doing wrong! I am having problems writing to a bitmap and then...
  8. Replies
    8
    Views
    1,173

    True False Bitmap Program

    the program should ask questions from a txt file, input true or false, then write the entered information into a bitmap to be compared with another later.


    package lab3;

    import...
Results 1 to 8 of 8