2 5 Points Write Function Called Convert Converts Given String Message M Char Array Charar Q37090480

2. (5 points) Write a function called convert me that converts any given string message m into a char array char_arr and also

2. (5 points) Write a function called convert me that converts any given string message m into a char array char_arr and also outputs the length of the message, count. Your function should be defined as follows: function [char arr, count]convert me (m) %your code goes here end I will test your function as follows: [char_arr, count]-convert_me (“This is fun”) (Note: the input argument is a string in double quotes) Your function should produce

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.