welcome.
I have no Idea what you said.
I read that as STD Count and I was so confused lmfao
welcome.
I have no Idea what you said.
std::cout << "what is up? I have just joined this community";
Looks like you know more than me when it comes to C++Welcome to MCM!
That's an expression, not an operator but nice try
string understanding;
std::cin >> understanding;
if (understanding = "what is up? I have just joined this community") {
std::cout << "Welcome to the community!";
} else {
std::cout << "Do I know you?";
}[DOUBLEPOST=1557974179][/DOUBLEPOST]A little wrrong but you get the point... lol took to much effort
Try to find the mistake herestring understanding;
std::cin >> understanding;
if (understanding = "what is up? I have just joined this community") {
std::cout << "Welcome to the community!";
} else {
std::cout << "Do I know you?";
}[DOUBLEPOST=1557974179][/DOUBLEPOST]A little wrrong but you get the point... lol took to much effort
