diff options
| -rw-r--r-- | Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt index 8c3b0e3..e4e7387 100644 --- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt @@ -1,5 +1,5 @@ include the iostream and iomanip libraries -use iostream with std prefix +use iostream without std prefix begin main print current amount of money |