CIS 2700 C Programming Assignment 1 Write a program that prompts the user to input their first name and then prompts the user to input their last name. Display the first and last names to the screen in exactly the following three ways: Last_name, First_name (on one line) First_name Last_name (on one line) First_name Last_name (on two lines) Do this using only one printf() function and using two scanf() functions. Make sure that there is one blank line before, between and after each displayed line, and putting a tab before each displayed name. Make sure that your submitted file has your full name embedded in the comments at the top of your file. Call the file "name.c"