// i am writing c++ code for the given problem...
// taking input
cout<< " Enter the name : ;
cin>>name;
// printing the message
cout << " Greetings, " << name << endl;
5.6m questions
7.3m answers