Search:

Type: Posts; User: vag3621

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    5,263

    Thank you I modified the code as: int...

    Thank you

    I modified the code as:


    int main(void)
    {
    printf("Give me an amount: ");
  2. Replies
    7
    Views
    5,263

    Can you tell me how the sum of coins will work?

    Can you tell me how the sum of coins will work?
  3. Replies
    7
    Views
    5,263

    What must I do in order getInt function make sense

    What must I do in order getInt function make sense
  4. Replies
    7
    Views
    5,263

    creating a coin counting in c

    I am writing a program in c . The idea is to give a money value ;i.e. 2,75 and the program must give an output which will be the minimum number of coins (quarters,dimes,nickels,pennies) needed to...
  5. Replies
    3
    Views
    2,603

    Coin counting program in c

    :confused:
    Can anyone tell me how can I create a program in C, that you will write an amount ;i.e. 1.72 $ and the program will give me as output the minimum of coins (pennies,nickels,dimes,quarters)...
Results 1 to 5 of 5