The Caesar method receives a string value and an int that indicates the shift. In the method, we convert the string to a char array with ToCharArray.
確定! 回上一頁