Description
Use a namespace grouping to insert this declaration, void greeting();, in namespace Problem2. Then, in another, separate namespace grouping, add the definition of greeting()in namespace Problem2, and output
Output
Greetings from namespace Problem2.
Greetings from namespace Problem2.