aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt')
-rw-r--r--CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt224
1 files changed, 224 insertions, 0 deletions
diff --git a/CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt b/CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt
new file mode 100644
index 0000000..6fa57c7
--- /dev/null
+++ b/CST116F2021-Lab3/CST116 Lab3 Console Output Harris-Toovy.txt
@@ -0,0 +1,224 @@
+This file contains the console output for trial runs of each program in the main C++ source document.
+
+7.2 - Learn by doing exercises #1 [Run 1]:
+
+Please enter the amout of money you have (in USD):
+20000
+Do you have a checkings account (enter 0 for no, 1 for yes):
+1
+Do you have a savings account (enter 0 for no, 1 for yes):
+1
+
+
+Your account type is: Gold
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 7232) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+7.2 - Learn by doing exercises #1 [Run 2]:
+
+Please enter the amout of money you have (in USD):
+14000
+Do you have a checkings account (enter 0 for no, 1 for yes):
+0
+Do you have a savings account (enter 0 for no, 1 for yes):
+0
+
+
+Your account type is: Error
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 11552) exited with code 1.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+7.4 - Learn by doing exercises #1 [Run 1]:
+
+Student Grade Program
+ -Main Menu-
+
+1. Enter name
+2. Enter test scores
+3. Display test scores
+9. Exit
+
+Please enter your choice from the list above: 1
+
+This is where you would enter a name if this was more then a menu!
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 2936) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+7.4 - Learn by doing exercises #1 [Run 2]:
+
+Student Grade Program
+ -Main Menu-
+
+1. Enter name
+2. Enter test scores
+3. Display test scores
+9. Exit
+
+Please enter your choice from the list above: 9
+
+Goodbye
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 9904) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+7.10 - Programing exercises #2 [Run 1]:
+
+Enter the interest rate (in percent) of the loan: 9.23
+
+Enter the principal (in USD) of the loan: 675
+
+
+
+The payment due for this billing cycle is 87.30 USD
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 272) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+7.10 - Programing exercises #2 [Run 2]:
+
+Enter the interest rate (in percent) of the loan: 22
+
+Enter the principal (in USD) of the loan: 350
+
+Interest rate is too high
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 5292) exited with code 1.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+8.2 - Learn by doing exercises #1:
+
+Enter an interger between 1 and 50: 37
+The even numbers between 37 and 0 (inclusive) are:
+36
+34
+32
+30
+28
+26
+24
+22
+20
+18
+16
+14
+12
+10
+8
+6
+4
+2
+0
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 2792) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+8.3 - Learn by doing exercises #1 [Run 1]:
+
+Enter an interger between 1 and 50: 11
+The even numbers between 11 and 0 (inclusive) are:
+10
+8
+6
+4
+2
+0
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 2416) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+8.3 - Learn by doing exercises #1 [Run 2]:
+
+Enter an interger between 1 and 50: -33
+
+ Invalid input
+Enter an interger between 1 and 50: 75
+
+ Invalid input
+Enter an interger between 1 and 50: 22
+The even numbers between 22 and 0 (inclusive) are:
+22
+20
+18
+16
+14
+12
+10
+8
+6
+4
+2
+0
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 10712) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+8.4 - Learn by doing exercises #1:
+
+Enter the number of asignments: 4
+
+Enter each score as a percent.
+
+Enter score 1 : 80
+
+Enter score 2 : 86
+
+Enter score 3 : 77.5
+
+Enter score 4 : 93.25
+
+The average score is: 84.1875
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 11956) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+
+
+8.10 - Programing exercises #3:
+
+Enter maximum positive integer for the Fibonacci sequence: 999
+
+1
+1
+2
+2
+3
+5
+8
+13
+21
+34
+55
+89
+144
+233
+377
+610
+987
+
+
+C:\Users\jorda\Source\Repos\cst116-lab3-JordanHT-OIT\CST116F2021-Lab3\Debug\CST116 Lab3 Harris-Toovy.exe (process 8072) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .