Skip to content

Commit

Permalink
Adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
treed593 committed Feb 7, 2017
1 parent 8ff8ee7 commit 01fbf8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Your goal is to make the Temp conversion program convert Fahrenheit to Kelvin

The formula is: ((Fahrenheit + 459.67) * (5 / 9))

To use:

Install VisualStudio 2015 Community (https://www.visualstudio.com/vs/community/)

Download the code (https://github.com/treed593/rmuMBC-Program/archive/master.zip)

Open the .zip file and drag the folder to your desktop

Open the folder and double-click the 'MBC-TempConversion-VB.sln' file

0 comments on commit 01fbf8c

Please sign in to comment.