Search:

Type: Posts; User: Buddha

Search: Search took 0.00 seconds.

  1. Thread: question

    by Buddha
    Replies
    4
    Views
    943

    Yep! had to tweak couple things but u r right,...

    Yep! had to tweak couple things but u r right, pretty obvious! needed a good laugh, i did! Now all of a sudden the numbers are different. Not sure what's up with that, but it looks good now except ...
  2. Thread: question

    by Buddha
    Replies
    4
    Views
    943

    question

    I am to to write a program that generates a number from 1-9 & allow the user to guess the number. I have two questions. 1) Why am I getting the same number every game? 2) Why when the guess isnt...
  3. Replies
    3
    Views
    2,876

    yep! that did it. Thanks!

    yep! that did it. Thanks!
  4. Replies
    3
    Views
    2,876

    Array Program in C

    Looking for for some help. Been asked to write a C program that declares 3 one dimensional arrays named price,quantity, & amount. Each array holds 10 elements. Have to use a For Loop, input values...
  5. Replies
    11
    Views
    2,770

    its not the same, but close.

    its not the same, but close.
  6. Replies
    11
    Views
    2,770

    This is what I have: #include ...

    This is what I have:



    #include <stdio.h>
    int main()
    {
    float owe, paid, change;
    int dollars, quarters, dimes, nickels, pennies;
    printf("How much does the customer owe? ");
  7. Replies
    11
    Views
    2,770

    C Programming Question

    I've been assigned to run a program to calculate change. I have to display how many dollars, quarters, dimes, etc are to be returned to the customer. I am leaving out half of the problem, but I'm...
Results 1 to 7 of 7