Session 3 Bonus Problem

  1. Write a script encrypt.m that encrypts words.
  2. Write MessWord.m
    This program takes a word as input and shuffles only the inner letters of the word, leaving the first and last letter undisturbed.
    (example: Alejandro --> Arjelando; House --> Husoe)
    1. --> don't forget to add a header to your code and COMMENT IT.