Skip to content

Forgot how to convert degree Fahrenheit to Celsius? Don’t worry. We have a solution for you. This unit converter converts basic units such as temperature, currency, and mass.

Notifications You must be signed in to change notification settings

TimsTittus/Unit-Measurement-Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Unit Converter

This is a simple unit converter program written in C. It allows users to convert temperature, currency, and mass units based on their input.

unit measurement icon

Forgot how to convert degree Fahrenheit to Celsius? Don’t worry. We have a solution for you. This unit converter converts basic units such as temperature, currency, and mass.

Table of Contents

Introduction

The Unit Converter program is designed to provide users with a convenient tool to convert between different units of measurement. It offers conversions for temperature (Fahrenheit to Celsius and vice versa), currency (USD to Euro, JPY, and RMB), and mass (ounces to pounds and grams to pounds).

Usage

To use the Unit Converter, follow these steps:

  1. Run the program.
  2. Choose the category you want to convert (Temperature, Currency, or Mass) by entering the corresponding letter.
  3. Follow the prompts to select the specific conversion type and provide the required input.
  4. View the converted result.

Features

  • Conversion of temperature between Fahrenheit and Celsius.
  • Conversion of currency from USD to Euro, JPY, and RMB.
  • Conversion of mass units from ounces to pounds and grams to pounds.

Installation

To run the Unit Converter program, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/TimsTittus/unit-converter.git
  1. Navigate to the directory containing the source code:
cd unit-converter
  1. Compile the program using a C compiler (e.g., GCC):
gcc unit_converter.c -o unit_converter
  1. Run the executable:
./unit_converter

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Commit your changes.
  5. Push to the branch.
  6. Create a new Pull Request.

Thank you :)

About

Forgot how to convert degree Fahrenheit to Celsius? Don’t worry. We have a solution for you. This unit converter converts basic units such as temperature, currency, and mass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages