Table of Contents
CS50x - Week 1 - Problem Set 1: Cash
For this assignment, I used C to calculate the smallest number of coins needed to give an exact amount of change based on a user's input.
- Clone this repository
- In a terminal, navigate to the directory where you cloned this repository
- Run
./cash.c
- Enter an amount of change owed
- View what coins you need
- Profit
This project can be improved by:
- Adding the ability to use bills and coins
- Learning C. As my first C project, I learned the basics with this assignment:
- basic function setup
- declaring variables
- loops
- printing to the console
Danielle Andrews - @DrAcula_codes - daniellerandrews - danielle.andrews.dev@icloud.com
Project Link: https://github.com/DrAcula27/cash
A special thanks to these resources used in the project!