diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-07 21:26:48 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-07 21:26:48 -0700 |
| commit | 12989209f8a3cf84e3c33cf76a3c5f69a597bcf9 (patch) | |
| tree | f59e5af173f391ec3105b04f864f6ccffe336c8e /Ch 5 Debugging Project | |
| parent | Finished all exercises. (diff) | |
| download | cst116-ch5-debugging-cyrus-12989209f8a3cf84e3c33cf76a3c5f69a597bcf9.tar.xz cst116-ch5-debugging-cyrus-12989209f8a3cf84e3c33cf76a3c5f69a597bcf9.zip | |
Final push.
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-CH5-Cyrus-pseudo-code.txt | 17 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/CST116-CH5-Cyrus.txt | 7 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog | bin | 7090 -> 7310 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe | bin | 53760 -> 54272 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk | bin | 603712 -> 505736 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj | bin | 83581 -> 83581 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb | bin | 2560000 -> 2600960 bytes |
7 files changed, 24 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-CH5-Cyrus-pseudo-code.txt b/Ch 5 Debugging Project/CST116-CH5-Cyrus-pseudo-code.txt new file mode 100644 index 0000000..9172669 --- /dev/null +++ b/Ch 5 Debugging Project/CST116-CH5-Cyrus-pseudo-code.txt @@ -0,0 +1,17 @@ +create variable money and set value of money = 123.45F; +create variable raise; + +print "you have$"; +print money and create new line; + +print "Enter percent raise as a whole number: "; +accept user input and store in raise; + +print the number entered and show as a percentage; +convert value of raise to perform percentage increase of money; + +increase value of money by the percent indicated by the user; + +print the resulting value; + +end
\ No newline at end of file diff --git a/Ch 5 Debugging Project/CST116-CH5-Cyrus.txt b/Ch 5 Debugging Project/CST116-CH5-Cyrus.txt new file mode 100644 index 0000000..8773a8a --- /dev/null +++ b/Ch 5 Debugging Project/CST116-CH5-Cyrus.txt @@ -0,0 +1,7 @@ +You have $123.45 +Enter percent raise as a whole number: 5 +You have entered: 5% +After your raise you have $129.622 + +C:\Users\Morgan\Source\Repos\cst116-lab0-debugging-radioflyer32\Ch 5 Debugging Project\Debug\Ch 5 Debugging Project.exe (process 81524) exited with code 0. +Press any key to close this window . . .
\ No newline at end of file diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog Binary files differindex 3b85ce5..aaf9547 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog +++ b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe Binary files differindex 7c91b5a..360e751 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk Binary files differindex 079dbab..87fb208 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj Binary files differindex 03b6166..2042842 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb Binary files differindex e71bbca..adf1bb5 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb |