Question 4 Points: 1 Write a Java Code as the instruction in the comments. // Declare variables of different primitive data types // Declare an int variable named 'age' with value 25 // Declare a double variable named 'salary' with value 50000.50 // Declare a boolean variable named 'isEmployed' with value true // Print all variables