Search:

Type: Posts; User: kilroyjr

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,715

    Re: Making Methods

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

    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,715

    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,715

    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...
Results 1 to 4 of 4