Answers for "how to print a word in c++"

C++
0

how to print a word in c++

#include <iostream>

using namespace std;
int main()
{
    cout<<"Hello world!";
    return 0;
}
Posted by: Guest on October-25-2021

Code answers related to "how to print a word in c++"

Browse Popular Code Answers by Language