Ceaser Cipher

Adriaan
16.6K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

Next, write a function with the name replace that takes 3 parameters.

  • The first parameter should be a String type and hold the value of the text you want to replace a character in.
  • The second parameter should be String type and hold that value of the character you want to replace.
  • The third parameter should also be a String type and hold the value of the characher you want to replace the given character with.
replace Function
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content