// 10.7.2.cpp : This file contains the 'main' function. Program execution begins and ends there.//#include<iostream>#include"10_7.h"usingnamespacestd;intmain(){charfirst[20]{},last[20]{},full[40];GetNames(first,last);CombineNames(first,last,full);cout<<full;}