This program is a console program, it ask the user for an input in fahrenheit
and it convert it to celsius
.
Microsoft Visual Studio enterprise.
(in windows)vim
(in Linux) and using g++ for compilation.
Usage
Note For normal user who is not a developer, click here to download the executable file and run it in your pc.
- Output after running the executable file.
- Clone this repository using this;
git clone https://github.com/zenoftech/CPP.git
- Then
cd CPP
and edit the *fahrenheit_to_celsius.cpp file to suit your want and run it.
Note Linux users, you have to compile the file using;
g++ fahrenheit_to_Celsius.cpp
Note I want the name of the compile file to be
output
that is why I use the argument-o output
after the file name.