Answer to Question #3354 in C++ for mukunda

Question #3354
Write a program that says Hi to Mr. Willson.
1
Expert's answer
2011-07-21T08:04:49-0400
#include <iostream>
using namespace std;

int main()
{
cout << "Hi, Mr. Willson!" << endl;
return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS