Search:

Type: Posts; User: BigO

Search: Search took 0.01 seconds.

  1. Replies
    21
    Views
    2,037

    Finally got it to work. Very frustrating though....

    Finally got it to work. Very frustrating though. Thank you very much Sir Claudiu. I followed the instructions you gave me on declaring an array of 5 doubles, and read the array [count] in the while...
  2. Replies
    21
    Views
    2,037

    Sorry about the comments. That's my Instructor....

    Sorry about the comments. That's my Instructor. He wants each line with comment.
  3. Replies
    21
    Views
    2,037

    I tried that, may be I'm not putting the right...

    I tried that, may be I'm not putting the right code in the right place. Please, I need help.
  4. Replies
    21
    Views
    2,037

    Yes, I removed the semi-colon. Here's what I have...

    Yes, I removed the semi-colon. Here's what I have so far.




    #include <stdio.h> /* Header file */

    int main (void) /* Main function for...
  5. Replies
    21
    Views
    2,037

    Any help, please?

    Any help, please?
  6. Replies
    21
    Views
    2,037

    I removed it, but nothing happen yet.

    I removed it, but nothing happen yet.
  7. Replies
    21
    Views
    2,037

    I'm kind of stuck here. I need help while...

    I'm kind of stuck here. I need help


    while (array[count] < 5);
  8. Replies
    21
    Views
    2,037

    #include /*...

    #include <stdio.h> /* Header file */

    int main (void) /* Main function for the program */

    {
    int Store_No;
    int count;
    double array[5]; ...
  9. Replies
    21
    Views
    2,037

    I'm still trying to work this out, but I'm having...

    I'm still trying to work this out, but I'm having a little trouble with it.
  10. Replies
    21
    Views
    2,037

    Yes Sir! Thanks for the other day. Yes, I'm try...

    Yes Sir! Thanks for the other day. Yes, I'm try to have the user input 5 prices , and add it up.
  11. Replies
    21
    Views
    2,037

    Please help with C programming.

    Please I need help on this. I'm trying to allow 5 entries of items for a store, compute the sales tax, and total the sales amount. Also trying to validate the input for negative amount (less than...
  12. Thank you! I'm so happy. May the Lord continue to...

    Thank you! I'm so happy. May the Lord continue to bless you, and give you more wisdom and knowledge. You make my day. Now I can go and take care of some other things. Thanks.
  13. You are awesome. Thank you so much. It works...

    You are awesome. Thank you so much. It works well. I just need to figure out the code for, when the user input combination of numeric and non-numeric instead of just numeric. That way it will give an...
  14. When I add "if" code, it still won't exit the...

    When I add "if" code, it still won't exit the program immediately when I hit 4. I add it in the switch also, is the same. Here is the code:





    #include <stdio.h> /*...
  15. Thanks. It works now when I use %d to scanf...

    Thanks. It works now when I use %d to scanf store_no, and I add a "while(1) {} before the menu selection. I'm just trying to figure out when I press 4, it will exit instead of asking for store no....
  16. When I input the purchase amount, is not...

    When I input the purchase amount, is not displaying the sales tax, and the total amount for the store No. selected. Thanks for your time.
  17. Please help- trying to have the program produce sales tax and total sale amount when

    /*Purpose: Check user's input for validity.
    Have the user select from the menu which store to use for tax calculation.
    Calculate and display the tax amount for the store selected,
    and the...
Results 1 to 17 of 17