// 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.9m questions
7.7m answers