diff options
| author | EdwardFine <[email protected]> | 2022-11-08 23:51:43 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-08 23:51:43 -0800 |
| commit | e991a11248388c8b962314071f95f612de4d315e (patch) | |
| tree | 47ee0e47f6219ee0f6c97377bb75e1632f1a383a /BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp | |
| parent | 8 (diff) | |
| download | cst116-lab2-edwardfine-e991a11248388c8b962314071f95f612de4d315e.tar.xz cst116-lab2-edwardfine-e991a11248388c8b962314071f95f612de4d315e.zip | |
9
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp b/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp index 0406b8d..dd14e20 100644 --- a/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp +++ b/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp @@ -18,7 +18,7 @@ int main() int degree=122; int windSpeed = 232; float windChill; - cout << "Are you inputting tedmperature in celcius or fahrenheit? C/f? "; + cout << "Are you inputting temperature in celcius or fahrenheit? C/f? "; cin >> temp; if (temp == 'c' || temp == 'C') { while (degree < -62 || degree > 49.5) { |