Write a simple encryption program using string functions which apply the substitution method. Explain the program by parts. Here is the given substitution table:
Substitution table:
A = *
E = $
I = /
O = +
U = -
EXAMPLE:
Enter Message here: Meet me now
Encrypted Message: M$$t m$ n+w