Come And Make your code in C++ whatever thinking (0_0) Programming C C++ ... #include int main () { std:: cout<< "hi" ; } ... ... #include using namespace std; int main () { int x = 10; int c = 12; int v = 52; if(x == 10) if(c == 12) if(v == 52) { cout<< "yes is correct" ; } } ...