Search:

Type: Posts; User: student0806

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,914

    Loop issues.

    My assignment:
    Write a program that asks the user for a salesperson's initial. While the user does not type 'Z', continue by prompting for the amount of a sale the salesperson made. Calculate the...
  2. Replies
    5
    Views
    1,917

    Thanks! I feel silly.

    Thanks! I feel silly.
  3. Replies
    5
    Views
    1,917

    oh, no! my function won't work.

    I am trying to write a program that will print the smallest of 3 floating-point numbers using a function. I just learned how to do this function business today... so I'm pretty confused. Can anyone...
  4. Replies
    2
    Views
    4,325

    Thank you so much! It all makes sense now. I...

    Thank you so much! It all makes sense now. I knew I needed a "+1" somewhere.... but no one explained it well or showed me where to put it. A thousand times, thank you!
  5. Replies
    2
    Views
    4,325

    Generating odd numbers from set

    I'm trying to generate random odd numbers from the given set: 3, 5, 7, 9, 11.
    I got my program to generate random numbers, but they are not odd and sometimes they are larger than 11. Can anyone...
Results 1 to 5 of 5