From 59feab6ab73a36fff38fc6899e875cf45c04c0be Mon Sep 17 00:00:00 2001 From: sarathsucks <33063382+sarathsucks@users.noreply.github.com> Date: Tue, 24 Oct 2017 09:55:33 -0500 Subject: [PATCH] Update DisplayText.cpp --- CompScieProject2/CompScieProject2/DisplayText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompScieProject2/CompScieProject2/DisplayText.cpp b/CompScieProject2/CompScieProject2/DisplayText.cpp index b740bf0..ed7d760 100644 --- a/CompScieProject2/CompScieProject2/DisplayText.cpp +++ b/CompScieProject2/CompScieProject2/DisplayText.cpp @@ -15,7 +15,7 @@ void pause() { } void main() { - char two = '2'; + char two = '2'; //this can also be stored as an int and added to a string cout << "Period " << two << endl; cout << "Hello World!" << endl; pause();