Introduction
In this challenge, as a junior developer at a global tech startup, you'll create a multilingual greeting program to demonstrate basic C++ programming skills and internationalization concepts. The goal is to develop a C++ program that prints greetings in at least three different languages, using std::cout
to output each greeting on a separate line, and adding comments to explain each greeting. The program must compile and run successfully using the g++
compiler.