Skip to content

iTechie360/TemperatureConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter in C By Jesse Jimmy Mafusa (iTechie 360)

Copyright (C) 2025 iTechie 360

This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.

Engineer - Jesse Jim (https://github.com/IAmJesseJim)

Files

  • src/temp_converter.c: Source code for the temperature conversion.
  • Makefile: Build instructions for compiling the program.
  • README.md: Project documentation.

Compilation and Execution

To compile and run the program:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run make to build the program.
  4. Execute ./bin/temp_converter to run the program.

Follow the prompts to input a temperature in Celsius, and the program will display the equivalent temperature in Fahrenheit.

About

This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors