From 263814f1139d38e38fa98da8b695f7adb0700efb Mon Sep 17 00:00:00 2001 From: Pall123vi <63167023+Pall123vi@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:39:54 +0530 Subject: [PATCH] cout --- Recomm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Recomm.cpp b/Recomm.cpp index caf0b69..dc2917a 100644 --- a/Recomm.cpp +++ b/Recomm.cpp @@ -40,7 +40,7 @@ void Recomm() else if(sum>=22 && sum<36) { system("clear"); - cout<<"\nYou feel more than just blue. You are on the starting stages of Depression and your symptoms can go on for days and are noticeable enough to interfere with your usual activities."; + cout<<"\nYou feel more than just blue. You are on the starting stages of Depression and your symptoms can go on for days and are noticeable enough to interfere with your usual activities.";//This will print the given statement cout<<"\nMaintaining a healthy body and mind would help you relax in times of anxiety. Try to get enough delay and impart important nutrients in your diet."; cout<<"\n\nTrying out Yoga poses from this website can help."; cout<<"\n\n"; @@ -81,4 +81,4 @@ void Recomm() fin.close(); -}; \ No newline at end of file +};