diff options
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 |