Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 365 Bytes

File metadata and controls

7 lines (6 loc) · 365 Bytes

Capacitor-Code-Calculator

This is a C program that takes the capacitor code from the user and calculates the equivalent amount of capacitance with the corresponding prefix in engineering notation in the units of farads.

Features

  • Accurate calculations of capacitance in engineering notation
  • Handled invalid numerical inputs
  • Clean, well-documented C code