Question: Review Chapter 2. Write a program ReplaceTester (one class with main method) that encodes a string by replacing all letters i with ! and all
Review Chapter 2. Write a program ReplaceTester (one class with main method) 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. Submit a screenshot of output and code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
