diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-11-09 23:15:06 -0800 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-11-09 23:15:06 -0800 |
| commit | 0ae20b75a3e207b13ea1bec7e26e59826bd87905 (patch) | |
| tree | 62fd9b0f0c3914c3c09bb253e019c588ac294d53 | |
| parent | Push 9 (diff) | |
| download | cst116-lab2-lopez-bonilla-0ae20b75a3e207b13ea1bec7e26e59826bd87905.tar.xz cst116-lab2-lopez-bonilla-0ae20b75a3e207b13ea1bec7e26e59826bd87905.zip | |
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 3 |
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(); |