Use this practice problem to make sure you've got PC^2 working. Write a program that reads input and generates output as described below.
Input consists of one line of text.
Echo the input line to output. Print a second line that consists of the string “hello world”, except the first letter is capitalized and the sentence ends with an exclamation point.
this is a test
this is a test Hello world!