Computer Science Java
String Wrapper:
Write a program that inputs a string from keyboard and converts all occurrence of letter t(lowercase t and uppercase t) do letter uppercase case d. The input string can have any combination of letters, digits, lowercase or uppercase.
Example: “Tod AND teachers went to parTy” should be replace with “Dod AND Deachers wenD to parDy”