Exercise P2.9 of page 77:
Write a program
ReplaceTester that encodes a string by replacing all letters
"i" with "!"
and all letters "s" with "$". Use the replace
method. Demonstrate that you can correctly
encode the string "Mississippi". Print both
the actual and expected result.

Send your java file to extrapo66@yahoo.com