Skip to content

Instantly share code, notes, and snippets.

#include <cs50.h>
#include <stdio.h>
// prompt user for change requirement
float main (void)
{
float change;
printf("How much change do you want? \n");
change = GetFloat();