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();