aboutsummaryrefslogtreecommitdiff
path: root/11c/output.txt
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-11-03 20:19:40 -0700
committerJacobAKnox <[email protected]>2021-11-03 20:19:40 -0700
commit371ac940ba35f0ef95a54422cdfe8d90f75ae048 (patch)
tree5197875c0de88ec0e4d5b44eeeee5b01003a2617 /11c/output.txt
parentDebugging finished (diff)
downloadcst116-lab6-jacobaknox-master.tar.xz
cst116-lab6-jacobaknox-master.zip
11c doneHEADmaster
Diffstat (limited to '11c/output.txt')
-rw-r--r--11c/output.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/11c/output.txt b/11c/output.txt
new file mode 100644
index 0000000..11a5e78
--- /dev/null
+++ b/11c/output.txt
@@ -0,0 +1,21 @@
+Output:
+
+Input a string: racecar
+Input a charcter to check: c
+
+
+"racecar" is a palindrome.
+"racecar" only contains alpahbetic charcters.
+"racecar" contains 2 c's.
+C:\Users\jakno\source\repos\CST116\cst116-lab6-JacobAKnox\11c\10.15.1\Debug\10.15.1.exe (process 13436) exited with code 0.
+Press any key to close this window . . .
+
+Input a string: test 5
+Input a charcter to check: s
+
+
+"test 5" is not a palindrome.
+"test 5" contains one or more non alphabetic charcters.
+"test 5" contains 1 s's.
+C:\Users\jakno\source\repos\CST116\cst116-lab6-JacobAKnox\11c\10.15.1\Debug\10.15.1.exe (process 12768) exited with code 0.
+Press any key to close this window . . .