Total Q1 Q2 (5p) (10p) Q3 (8P,12p) 20/06/2019 ITEC 327 Final (35%) Duration: 120 minutes. Student Number: Name Surname:
Posted: Sat Feb 19, 2022 3:20 pm
Total Q1 Q2 (5p) (10p) Q3 (8P,12p) 20/06/2019 ITEC 327 Final (35%) Duration: 120 minutes. Student Number: Name Surname: Q1. Write a PHP function that accepts an array as an argument and after changing all the array's values to uppercase returns the new array. Sample array: Color - array('a' -> 'Blue', 'B' => 'green', 'd' => 'Red"); Expected Output: Array ( [a] => BLUE => GREEN (C) => RED)