diff options
| author | CEOofOogaBooga <[email protected]> | 2022-09-29 15:56:16 -0700 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-09-29 15:56:16 -0700 |
| commit | 8bdd503b71b993f949c48c7e9e734959426f92c4 (patch) | |
| tree | 2967e27c93e0ebc729072d75febb523ea352e565 /Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt | |
| parent | updates (diff) | |
| download | cst116-debugging--trinh--main.tar.xz cst116-debugging--trinh--main.zip | |
Diffstat (limited to 'Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt')
| -rw-r--r-- | Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt b/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt new file mode 100644 index 0000000..c58e3f6 --- /dev/null +++ b/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt @@ -0,0 +1,10 @@ +under main +create and set money to 123.45F +create and set raise +output "you have $" +output money +output "enter percent raise" +set raise to input +set money to money * (1+raise) +output "after your raise you have $" +output money
\ No newline at end of file |