Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,107

    Re: Begineer mistakes, need help (very basic)

    After reading post #6...

    public float calculateaveragespeed(int byDistance, float byDuration) {

    float averagespeed = byDistance / byDuration;

    return averagespeed;//Method returns here...
  2. Replies
    6
    Views
    1,107

    Re: Begineer mistakes, need help (very basic)

    What do you mean by this? If there is an error message, copy-paste it here. Are you trying to export or run within the ide?
  3. Replies
    6
    Views
    1,107

    Re: Begineer mistakes, need help (very basic)

    ...Where
Results 1 to 3 of 3