Add purpose, question, and languages.

This commit is contained in:
Hyperling 2024-03-30 11:24:59 -07:00
parent 29190f586e
commit 4944681eef

View File

@ -1,2 +1,33 @@
# SpareChange # Got Any Spare Change?
Programs to calculate the optimum amount of spare change to carry for any bill. Programs to calculate the optimum amount of spare change to carry for any bill.
Purpose is to use multiple programming languages for solving a simple problem.
"When paying with cash it can be fun to pay in exact change, but how much do you
need to keep on hand in order to be able to cover any bill's coin needs?"
Project only takes into consideration the USA's cent system.
## Languages
Completed:
- PHP
Planned:
- Kotlin
- Bash
- Python
- Node.js
- Java
- C
- C++
Maybe?
- Sh
- Ansible
- Rust
- ???