From d63d9444939f4e379e5ca0840f2385eb7d952ed8 Mon Sep 17 00:00:00 2001 From: NEELAKANTA GOUDA PATIL Date: Sat, 27 Oct 2018 08:18:11 -0400 Subject: [PATCH] I changed string in it --- Episode7/StringsTutorial/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Episode7/StringsTutorial/main.cpp b/Episode7/StringsTutorial/main.cpp index 2255866..2f31887 100644 --- a/Episode7/StringsTutorial/main.cpp +++ b/Episode7/StringsTutorial/main.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { string message1 = "hello world"; - string message2 = "world"; + string message2 = "welcome for coding"; string message3; //Method 1 - Equal Operator