Write a program that can prompt the user for firstname, lastname, then print a message: Hello, firstname lastname Example output: Enter firstname: Paul Enter lastname: Chin Hello, Paul Chin Use the code cave once you run out of memory.