Reverse a String: Write a function that takes a string as input and returns the string in reverse order. For example, if the input is "Hello, World!", the output should be "!dlroW ,olleH".
Find the Largest Number in an Array: Write a function that t...