Create a method that takes in a String as a parameter.

Create a method that takes in a String as a parameter.

 

Store the String in an array, one character at a time.

 

Using the array- create a new String where all

the characters that occur more than once

, are replaced with a Capital letter.

 

public class UnitSixRetake