From 583dd6067d9a923e9fe00566302ab83707c1830b Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Thu, 29 Sep 2022 15:38:09 -0700 Subject: Finito --- Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt (limited to 'Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt') diff --git a/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt b/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt new file mode 100644 index 0000000..257d12b --- /dev/null +++ b/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt @@ -0,0 +1,6 @@ +1. Create the float variable "money" and set its value to 123.45 +2. Create the float value "raise" +3. Output how much money the variable "money" +4. Ask the user for the percent raise they wish to set and set their input to the variable "raise" +5. Add the value of "money" * "raise" to the initial value of "money" +6. Output the new value of the variable "money" \ No newline at end of file -- cgit v1.2.3