| 1D0-437 Exam |
| 1D0-437 - Exam Information |
| Question of the day |
Consider the following code: %chars = ("a", "100", "b", "90", "c", "80"); Which one of the following choices will reverse the key/value pairing of the code?
Answer(s)
&chars = reverse(%chars);