modify programming project 11 from chapter 7 so that the program labels its output: enter a first and last name: lloyd fosdick you entered the name: fosdick, l. the program will need to store the last name (but not the first name) in an array of characters until it can be printed. you may assume that the last name is no more than 20 characters long. c programming a modern arpproach solutions