using c Write a program with the following GetFirst Write a
using c++
Write a program with the following:
GetFirst: Write a function that does not take any parameters that asks the user for his/her first name.
GetFull: Write a function that takes one parameter that is the first name (this should be passed from the main program after being returned from the first function). This function should ask the user for his/her last name and return the full name to the main program.
Main: Your main program should call both functions and write the full name to a file.
Solution
#include