can someone help me with programming exercise

I have exercise in my C++ class. They are Exercise A to E, and i will send separately to avoid confusion. They are easy ones, do correctly.

Exercise A

Insert the missing part of the code below to output “Hello World”.

int main() {_x000D_
   << "Hello World!";_x000D_
  return 0;_x000D_
}