No description
- C 100%
| birthday-leap-year | ||
| cost-calculator-for-household-appliances | ||
| fahrenheit-to-celsius | ||
| grade-bell-curve | ||
| mol-calculator | ||
| number-systems-converter | ||
| LICENSE | ||
| README.md | ||
C Language Programming Class
A collection of C programming exercises and assignments.
Contents
- birthday-leap-year: Check if a year is a leap year.
- cost-calculator-for-household-appliances: Calculate energy costs for appliances.
- fahrenheit-to-celsius: Temperature unit converter.
- grade-bell-curve: Grade distribution calculator.
- mol-calculator: Chemistry molar mass calculations.
- number-systems-converter: Convert between different number bases.
How to Run
Navigate to a directory and compile the main.c file using gcc:
cd <directory_name>
gcc main.c -o program
./program