I am supposed to use the built-in explode and implode functions in my code. For example, if the input is 12, 56, 34, 79, 26 the output should be reverse is 26 79 34 56 12.
and here is my code enter image description here
I am supposed to use the built-in explode and implode functions in my code. For example, if the input is 12, 56, 34, 79, 26 the output should be reverse is 26 79 34 56 12.
and here is my code enter image description here