From 1a08cd5f8ffeb3e03c9a0bd0a2b8d543885796fd Mon Sep 17 00:00:00 2001 From: JonCr Date: Wed, 5 Oct 2022 17:54:53 -0700 Subject: Finished --- CST116-ch5-Crombie-psuedo-code.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CST116-ch5-Crombie-psuedo-code.txt (limited to 'CST116-ch5-Crombie-psuedo-code.txt') diff --git a/CST116-ch5-Crombie-psuedo-code.txt b/CST116-ch5-Crombie-psuedo-code.txt new file mode 100644 index 0000000..7523432 --- /dev/null +++ b/CST116-ch5-Crombie-psuedo-code.txt @@ -0,0 +1,13 @@ +Set money = 123.45 +Create "raise" variable + +Display current amount of money + "You have $[money]" + +Prompt user to enter raise amount + "Enter percent raise: " + +Add raise to current amount of money + +Display new amount of money + "After your raise you have $[money with raise]" \ No newline at end of file -- cgit v1.2.3