From cc2011bc8a311a74d6762751c657ce1c465550cd Mon Sep 17 00:00:00 2001 From: Wyatt Date: Thu, 29 Sep 2022 15:55:37 -0700 Subject: done --- .../cst116-lab0-debugging-flowchart.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Ch 5 Debugging Project/cst116-lab0-debugging-flowchart.txt (limited to 'Ch 5 Debugging Project/cst116-lab0-debugging-flowchart.txt') diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-flowchart.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-flowchart.txt new file mode 100644 index 0000000..dda7d8e --- /dev/null +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-flowchart.txt @@ -0,0 +1,16 @@ +Under main() + +create money and set to 123.45f +create raise + +output current amount of money + +ask user to input requested raise percent + +set raise to user input + +set money to itself * (raise + 1) + +output money + +return 0 -- cgit v1.2.3