From 0ae20b75a3e207b13ea1bec7e26e59826bd87905 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 9 Nov 2022 23:15:06 -0800 Subject: Push 10 --- BlankConsoleLab/BlankConsoleLab.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') 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(); -- cgit v1.2.3