using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
give us your feedback
About 6 Players blogs
C++ Program that display your full Name enter by a user #include <iostream> using namespace std; int main() { char F_n...
No comments:
Post a Comment