From 3176b71b8e6819e9fa84a9349e61b3c40ac74215 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Fri, 30 Sep 2022 02:54:16 -0700 Subject: simple changes --- CST116-Debugging-wilson-pseudo-code.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CST116-Debugging-wilson-pseudo-code.txt (limited to 'CST116-Debugging-wilson-pseudo-code.txt') diff --git a/CST116-Debugging-wilson-pseudo-code.txt b/CST116-Debugging-wilson-pseudo-code.txt new file mode 100644 index 0000000..b50ac14 --- /dev/null +++ b/CST116-Debugging-wilson-pseudo-code.txt @@ -0,0 +1,7 @@ +Display "You have $" +Display money +Display "Enter percent raise:" +Read raise +money = money + money * raise +Display "After your raise you have $" +Display money \ No newline at end of file -- cgit v1.2.3