Skip to content

Instantly share code, notes, and snippets.

View aditiohri's full-sized avatar

Aditi Ohri aditiohri

  • Austin, Texas
View GitHub Profile
#include <cs50.h>
#include <stdio.h>
#include <math.h>
int main(void)
{
//create a variable to hold value of coins
int coins = 0;
//get change amount
float change = get_float("Change owed: ");