Search:

Type: Posts; User: kilroyjr

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,687

    Re: Making Methods

    ive tried that, hence why im stuck
  2. Replies
    7
    Views
    1,687

    Re: Making Methods

    rev: I know i have to take a string and loop through each character starting from the end and remembering each character so i can place it in another string which is the reverse, but i am unsure how...
  3. Replies
    7
    Views
    1,687

    Re: Making Methods

    Okay i've done some of them. Im not sure how to do the methods:

    rev
    store
    recall
    iota
    sum
    mean

    This is what I have so far:
  4. Replies
    7
    Views
    1,687

    Making Methods

    I have to write a program that will define a number of public static methods:



    add
    takes two doubles, returns their sum
    max
    takes two doubles, returns the larger value (3.0 is...
  5. Replies
    10
    Views
    2,919

    Re: Help With Java Homework: Set Operations

    alright. thx
  6. Replies
    10
    Views
    2,919

    Re: Help With Java Homework: Set Operations

    I thought I already did that to read numbers from the keyboard and stored those numbers into a string. I was kinda hoping if someone could add to my code because I literally think I do not have the...
  7. Replies
    10
    Views
    2,919

    Re: Help With Java Homework: Set Operations

    Thats the part im having trouble with.
  8. Replies
    10
    Views
    2,919

    Re: Help With Java Homework: Set Operations

    Ok I think I'm getting there. I'm having trouble getting the Union of both sets without repeating numbers. And I have no idea how to get the intersect. I think I need to use Char.At or something and...
  9. Replies
    10
    Views
    2,919

    Re: Help With Java Homework: Set Operations

    This is what I have so far. I think I'm on the right track... But I don't know how to keep reading numbers from the keyboard until -1 is typed in. I tried using an if statement but I dont know if I'm...
  10. Replies
    10
    Views
    2,919

    Help With Java Homework: Set Operations

    I am not doing that well in my Java Programming class. My next assignment seems pretty simple but I have no idea of what to do and where to start. Any algorithm or sample program would be very...
Results 1 to 10 of 10