i'm taking a C programming class at santa monica collage and for homework he gave us these 3 assignments. the problem is that there confusing to me even though i made a little blue print of it on paper. i'm currently on the first one which is to make a program that will input integer and output the minimum number of quarters, dimes, nickels and pennies needed to make up the input amount. and then it gives me 2 samples. i don't care about the other 2 right now it's the first one that has frustrated. this is what i did so far.
#include <stdio.h>
void main (){
int q, d, n, p, z, y, x, w, amount;
printf("enter the amount for which change must be created");
Question
matrixmatt
i'm taking a C programming class at santa monica collage and for homework he gave us these 3 assignments. the problem is that there confusing to me even though i made a little blue print of it on paper. i'm currently on the first one which is to make a program that will input integer and output the minimum number of quarters, dimes, nickels and pennies needed to make up the input amount. and then it gives me 2 samples. i don't care about the other 2 right now it's the first one that has frustrated. this is what i did so far.
please neowin pimp my program :cool:
Link to comment
Share on other sites
0 answers to this question
Recommended Posts