aboutsummaryrefslogtreecommitdiff
path: root/11c/output.txt
diff options
context:
space:
mode:
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 . . .