Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,246

    Re: Help for Terminal Exams................

    Please post your code in format tags.

    The problem is probably with your for loop condition, s <= n. Try s < n.
  2. Replies
    7
    Views
    1,246

    Re: Help for Terminal Exams................

    There are 3 arrays required. You might call them:

    rootArray[]
    squaredArray[]
    cubedArray[]

    Then, for example, each element of squaredArray[] = rootArray[] squared. Similarly for...
  3. Replies
    7
    Views
    1,246

    Re: Help for Terminal Exams................

    What help do you need?
Results 1 to 3 of 3