0 LIKES LikeUnLike
Please answer only if you know javascript.In the following code segment, d and e are Strings. The number of characters in d is an even number greater than zero. Write code that stores in e the String formed by switching the two halves of d. For example, if d is "pushdown", then e should evaluate to "downpush".// Enter a value to test here String d = ""; String e; // Enter your code here
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.