diff options
Diffstat (limited to 'CST116F2021-Lab6/Output.txt')
| -rw-r--r-- | CST116F2021-Lab6/Output.txt | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/CST116F2021-Lab6/Output.txt b/CST116F2021-Lab6/Output.txt new file mode 100644 index 0000000..532ff93 --- /dev/null +++ b/CST116F2021-Lab6/Output.txt @@ -0,0 +1,133 @@ +11a +10.10 Learn by Doing Exercises +--Student Club Organizer-- + +To stop adding club info, enter "end". +Name of club: +Math Club + +Name of club president: +Math Dude + +Number of students in club: +24 + +To stop adding club info, enter "end". +Name of club: +Science Club + +Name of club president: +Science Dude + +Number of students in club: +89 + +To stop adding club info, enter "end". +Name of club: +Literature Club + +Name of club president: +Literature Dude + +Number of students in club: +11 + +To stop adding club info, enter "end". +Name of club: +Music Club + +Name of club president: +Music Dude + +Number of students in club: +104 + +To stop adding club info, enter "end". +Name of club: +end + +--Club Table-- + +Student Club PresidentNumber of Students +| Club name: Math Club | Club President: Math Dude | Number of Students: 24 | Club Money: 1800 | +| Club name: Science Club | Club President: Science Dude | Number of Students: 89 | Club Money: 6675 | +| Club name: Literature Club | Club President: Literature Dude | Number of Students: 11 | Club Money: 825 | +| Club name: Music Club | Club President: Music Dude | Number of Students: 104 | Club Money: 7800 | + +11b +10.14 Debugging Exercises + +output 1 - +Please enter your first name: James + +Please enter your last name: Lawrance + + + Welcome James Lawrance! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + 8 -858993460 -858993452 + 9 -858993460 -858993451 + +output 2 - +Please enter your first name: James + +Please enter your last name: Lawrance + + + Welcome Zames Lawrance! + Hope all is well + + x y z + + 0 100 -99 + 99 101 102 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + 8 -858993460 -858993452 + 9 -858993460 -858993451 + +11c +10.15 Programming Exercises + +output 1 - +Welcome to the super cool string information program! + +Please enter your string. +James!!! + +Your string is not a palindrome. + +Your string does not use only alphabetical characters + +Enter a character to check number of appearances in your string: ! + +The "!" character appears 3 times in your string. + +output 2 - +Welcome to the super cool string information program! + +Please enter your string. + tacocat + +Your string is a palindrome. + +Your string uses only alphabetical characters + +Enter a character to check number of appearances in your string: f + +The "f" character appears 0 times in your string.
\ No newline at end of file |