Write a function that takes a string as an argument, such as "Burkay" and then returns the following string pattern: "B1U2R3K4A5Y". More examples follow: strPattern("A") ==> "A" strPattern("b") ==>...


Write a function that takes a string as an argument, such as "Burkay" and then

returns the following string pattern: "B1U2R3K4A5Y". More examples follow:
strPattern("A") ==> "A"
strPattern("b") ==> "B"
strPattern("ab") ==> "A1B"
strPattern("AbC") ==> "A1B2C"



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here