Total Q1 Q2 (5p) (10p) Q3 (8P,12p) 20/06/2019 ITEC 327 Final (35%) Duration: 120 minutes. Student Number: Name Surname:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Total Q1 Q2 (5p) (10p) Q3 (8P,12p) 20/06/2019 ITEC 327 Final (35%) Duration: 120 minutes. Student Number: Name Surname:
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)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!