/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  Name: <Your name here>

  Lab Section: <Section 6 or 8>

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 

 

#include <iostream>

#include <string>

 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  Read in a name, and then output "Hello <name>."

  Example:    Read in "John Doe"

               Output: "Hello John Doe."

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

int main() {

 

}