1. Declare scalar variable 2. Assign value of type float to it and then print it. 3. Declare and print an array of colors 'Red', 'Yellow' and 'Green'. 4. Declare and print a hash of Employee Name and their department. Hint: 'Employee' => 'John', 'Department' => 'Engineering'