Search:

Type: Posts; User: alwalw

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,321

    Thanks !

    Thanks !
  2. Thread: newbie ?

    by alwalw
    Replies
    2
    Views
    1,227

    newbie ?

    What would be the best way to stop this from looping ? when an Invalid character such as a letter is input for the sale amount ?



    #include <stdio.h>
    float fAmount;
    main()
    {
    ...
  3. Replies
    6
    Views
    1,321

    Ok now I'm a newbie so yu guys will have to break...

    Ok now I'm a newbie so yu guys will have to break things down a bit for me..
  4. Replies
    6
    Views
    1,321

    I need some help !

    Right now this C program calculates the sales tax amount for each store location for a purchase amount of $125.00.
    [/CODE]
    #include <stdio

    int main()
    {
    int iSelection = 0;
    float fAmount...
Results 1 to 4 of 4