Java Question-5 Declare and initialize two variables called first and second. Write a single statement that will print the message "first is " followed by the value of first, and then space, followed by "second = ", followed by the value of the second. Ex: first is 55 second = 123