Question: Hi, sample solutions to this question will be much appreciated. Thanks (a) Write a function tangledWord which takes a string as a input and returns

Hi, sample solutions to this question will be much appreciated. Thanks
(a) Write a function tangledWord which takes a string as a input and returns a string in which the letters are swapped as shown in the examples below. tangledWord ('today') = 'otady, tangledWord ('12345678)'21436587' [12 marks] (b) Describe the testing cases you will use, and explain why you choose them. [4 marks] (c) In the Matlab assignment, you used the command global to enable the func- tion printCode to access the product database loaded by the main program. Explain what global does and why it is needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
