VeeDub Runner

Welcome to my CMST 386 Exercise 3 Page!

Click the button below to use my temperature converter.

OR
Enter your information below to convert a temperature!

Enter your temperature:

Select your temperature's current scale: F C

Program Description

This program is designed to convert a user defined temperature, either fahrenheit or celcius, into the opposite scale. The program will utilize if/else statements to determine which conversion formula to use based on user input. The program returns the initial input value along with the converted value.

Flowchart
conversion flowchart

Test Data

Fahrenheit Celcius
32 0
212 100
-40 -40