Question: Question 3 10 pts Write a function dups to double each char of a string. Recursion must on list not string. dups(aabc) + aaaabbcc

Question 3 10 pts Write a function dups to double each char of a string. Recursion must on list not string. dups("aabc") + "aaaabbcc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
