Providing code examples to others
Main Script: write a program that parses a sentence and replaces each word with the following:
- first letter
- number of distinct characters between first and last character
- last letter. For example, Smooth would become S3h.
Words are separated by spaces or non-alphabetic characters and these separators should be maintained in their original form and location in the answer.
External Resources Used: PS2EXE is used to convert the PowerShell script to a Windows executable. PS2EXE : Information: https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-GUI-Convert-e7cb69d5