4str4 = “Programming in ”;
using namespace std;
str1 = "CSC"
cout << str6 << endl;
int main() ;
{
str2 = "201";
str3 = Second Semester CS;
#include<iostream>
string str1, str2, str3, str4, str5, str6;
return 0;
str6 = str4 + str5 + " " + str1 + " " + str2 + " " + str3;
str5 = “C++”;
include<string>
}
#include<iostream> #include<string> using namespace std; int main() { string str1, str2, str3, str4, str5, str6; str1 = "CSC"; str2 = "201"; str3 = "Second Semester CS"; str4 = "Programming in "; str5 = "C++"; str6 = str4 + str5 + " " + str1 + " " + str2 + " " + str3; cout << str6 << endl; return 0; }
Get Answers For Free
Most questions answered within 1 hours.