This is a C program that takes the values of the band colors of a 4-band resistor from the user, and calculates what the resistance value and tolerance value are.
- Accurate calculation of resistance and tolerance
- Clean and well-structured CLI (command-line interface)
- Efficient, well-documented C code