Write a C++ program that includes two function definitions. The first function should read in a person's name and print Hello name. The second function should accept three double values and print their sum. Call both functions from main at least once, and trace your program, comparing your output on paper to the output that gets printed.