summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-11-09 23:15:06 -0800
committerAnibal LopezBonilla <[email protected]>2022-11-09 23:15:06 -0800
commit0ae20b75a3e207b13ea1bec7e26e59826bd87905 (patch)
tree62fd9b0f0c3914c3c09bb253e019c588ac294d53
parentPush 9 (diff)
downloadcst116-lab2-lopez-bonilla-0ae20b75a3e207b13ea1bec7e26e59826bd87905.tar.xz
cst116-lab2-lopez-bonilla-0ae20b75a3e207b13ea1bec7e26e59826bd87905.zip
Push 10HEADmaster
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index c5fdebd..0b6e0a6 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -96,7 +96,8 @@ void menuChoice(char& Cel)
{
char CH = Sel;
-
+ //If CH is equal to C or c or F or f call
+ //their respective functions
if (CH == 'C' || CH == 'c')
{
CeltoFar();