Question: In Java (a) Write a method named 'interleave' that accepts two 'String's as parameters and returns a single 'String' with alternating characters of the first

In Java
(a) Write a method named 'interleave' that accepts two 'String's as parameters and returns a single 'String' with alternating characters of the first and second 'String'. Assume that the two 'String's are the same length. For example "interleave("mm", "aa"); would return ""mama". (You do not have to write any "main' method or method call.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
