From eb2d3413dcc9bebe412c7b4b9370c04fe12d0610 Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 11 Oct 2022 20:07:47 -0700 Subject: pseudo-codes --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp') diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 4b708dd..e9e5811 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -54,6 +54,13 @@ * 6) Fix the problem and re-run to verify the problem was corrected. ********************************************************************/ + +//pseudo-code + +//requires user input for a age +//uses that number and matches it within a certain requirement +// age=1 or age under 12 or age between 12 and 19 and age above 19 to 62 then finally 62 and above + #include using std::cout; using std::cin; -- cgit v1.2.3