summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();