Search:

Type: Posts; User: Lisa Mowbray

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,731

    Recursive Function

    I am trying to work with the recursive function. I would like to implement a program using the recursive function power that when invoked, returns 3 to the power of 4. e.g., (3,4) = 3*3*3*3. I...
  2. Thread: For Loop

    by Lisa Mowbray
    Replies
    1
    Views
    1,032

    For Loop

    I need to produce code that will print a table that shows the value of Pi by n (n from 1 to 10. I need to use a "for" loop. Can anyone assist?

    HELP!
  3. Replies
    4
    Views
    2,339

    Random number generation

    I am trying to write a piece of code using a random number generation result. I have not been able to successfully debug (see below). Could you assist? I am very new to this programming language....
Results 1 to 3 of 3