Skip to content

Instantly share code, notes, and snippets.

@Edmundworks
Created March 7, 2019 02:24
Show Gist options
  • Save Edmundworks/3317d07549fca6bc5716952413883034 to your computer and use it in GitHub Desktop.
Save Edmundworks/3317d07549fca6bc5716952413883034 to your computer and use it in GitHub Desktop.
{
int n;
do
n = get_int("change owed: ");
while (n < 0);
int quarter_counter = 0;
int dime_counter = 0;
int nickel_counter = 0;
int penny_counter = 0;
if (n > 25)
printf ("%n", );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment