diff options
| author | EdwardFine <[email protected]> | 2022-11-08 23:49:55 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-08 23:49:55 -0800 |
| commit | a4d3d1bbc10f1aecf2fb5cba6f2a82dd23fde5ab (patch) | |
| tree | 47ee0e47f6219ee0f6c97377bb75e1632f1a383a /BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-edwardfine-a4d3d1bbc10f1aecf2fb5cba6f2a82dd23fde5ab.tar.xz cst116-lab2-edwardfine-a4d3d1bbc10f1aecf2fb5cba6f2a82dd23fde5ab.zip | |
1
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt b/BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt new file mode 100644 index 0000000..7f6fd62 --- /dev/null +++ b/BlankConsoleLab/CST116-Lab2-Edward-Fine-PseudoCode.txt @@ -0,0 +1,5 @@ +Figure out if the user is inputting in celcius or fahrenheit. +prompt the user to input their respected temperature. If it was inputted into celcius, convert to fahrenheit. +Ask the user for the wind speed. +Using the two values given, calulate the wind chill. +Display the windchill to the user.
\ No newline at end of file |