Page 1 of 1

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
by answerhappygod
Total Q1 Q2 5p 10p Q3 8p 12p 20 06 2019 Itec 327 Final 35 Duration 120 Minutes Student Number Name Surname 1
Total Q1 Q2 5p 10p Q3 8p 12p 20 06 2019 Itec 327 Final 35 Duration 120 Minutes Student Number Name Surname 1 (72.66 KiB) Viewed 47 times
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)