What is the output of the following program segment: #inclu…

What is the output of the following program segment: #include                     #include                        using namespace std;                    int main()                         {                               string firstString = “Cloudy and warm.”;          string secondString = “Hello there”;            string thirdString = “Henry is in programming I.”;     string str1 = ” very “;                  string str2 = “Lisa”;                   cout