diff options
| author | Joseph Ten Eyck <[email protected]> | 2021-11-02 22:23:12 -0700 |
|---|---|---|
| committer | Joseph Ten Eyck <[email protected]> | 2021-11-02 22:23:12 -0700 |
| commit | ca83580bd87e4e96ab6f33539840f6def0af5d94 (patch) | |
| tree | f11cae9967497dd746df67a2aa458decc7a03b03 /Runs.txt | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab5-josephteneyck-master.tar.xz cst116-lab5-josephteneyck-master.zip | |
Diffstat (limited to 'Runs.txt')
| -rw-r--r-- | Runs.txt | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/Runs.txt b/Runs.txt new file mode 100644 index 0000000..403e589 --- /dev/null +++ b/Runs.txt @@ -0,0 +1,143 @@ +====================================== + THIS FILE CONTAINS SUCCESSFUL RUNS +====================================== + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RUN FROM PROBLEM #1 ON PAGE 247 (LEARN BY DOING) IS BELOW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + STUDENT SCORE GRADER AND SIMPLE CLASS ANALYSIS PROGRAM + +Enter score #1 of 10: 100 +Enter score #2 of 10: 120 +Enter score #3 of 10: 90 +Enter score #4 of 10: 80 +Enter score #5 of 10: 70 +Enter score #6 of 10: 60 +Enter score #7 of 10: 60 +Enter score #8 of 10: 70 +Enter score #9 of 10: 70 +Enter score #10 of 10: 0 + + + Score Grade + Score # 1: 100 A + Score # 2: 120 A + Score # 3: 90 B + Score # 4: 80 C + Score # 5: 70 D + Score # 6: 60 F + Score # 7: 60 F + Score # 8: 70 D + Score # 9: 70 D + Score #10: 0 F +======================================================== + + Class score average: 72 + + + Frequency of letter grades: + + A: 2 + B: 1 + C: 1 + D: 3 + F: 3 + + + +C:\Users\eclip\Source\Repos\cst116-lab5-JosephTenEyck\x64\Debug\CST116F2021-Lab5.exe (process 19340) 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 . . . + + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RUN FROM PROBLEM #1 ON PAGE 253 (LEARN BY DOING) IS BELOW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + STUDENT SCORE GRADER AND SIMPLE CLASS ANALYSIS PROGRAM + +Enter score #1 of 10: 120 +Enter score #2 of 10: 100 +Enter score #3 of 10: 90 +Enter score #4 of 10: 80 +Enter score #5 of 10: 70 +Enter score #6 of 10: 60 +Enter score #7 of 10: 50 +Enter score #8 of 10: 95 +Enter score #9 of 10: 88 +Enter score #10 of 10: 72 + + + Score Grade + Score # 1: 120 A + Score # 2: 100 A + Score # 3: 90 B + Score # 4: 80 C + Score # 5: 70 D + Score # 6: 60 F + Score # 7: 50 F + Score # 8: 95 A + Score # 9: 88 B + Score #10: 72 D +======================================================== + + Class score average: 82.5 + + + Frequency of letter grades: + + A: 3 + B: 2 + C: 1 + D: 2 + F: 2 + + + +C:\Users\eclip\Source\Repos\cst116-lab5-JosephTenEyck\Debug\CST116F2021-Lab5.exe (process 13076) 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 . . . + + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RUN FROM PROBLEM #2 ON PAGE 260 (LEARN BY DOING) IS BELOW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + + ========================================= + First/last name combiner using arrays + ========================================= + + Enter first name: Joseph + + Enter last name: Ten Eyck + + +==================================================== + + Your full name is: Ten Eyck, Joseph + + +C:\Users\eclip\Source\Repos\cst116-lab5-JosephTenEyck\Debug\CST116F2021-Lab5.exe (process 15128) 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 . . . + + + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RUN FROM PROBLEM #7 ON PAGE 273 (EXERCISES) IS BELOW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + Different + +C:\Users\eclip\Source\Repos\cst116-lab5-JosephTenEyck\Debug\CST116F2021-Lab5.exe (process 9148) 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 . . . |