destin'y child

  1. Declare the main function using the "int" keyword.
  2. Inside the main function, declare a string variable "destinyChild" and assign it the value "Survivor".
  3. Print the value of the string variable "destinyChild" using the "cout" statement.
  4. Return 0 to indicate successful execution of the program.