ソースを参照

Update 'LoopFun.java'

nhu313 6 年 前
コミット
2a6433abcb
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      LoopFun.java

+ 2
- 2
LoopFun.java ファイルの表示

23
       }
23
       }
24
 
24
 
25
       /**
25
       /**
26
-       * To prevent anyone from reading our messages, we can encrypt it so it will not be readable by anyone except it
27
-       * intended audience. This method encrypt the message by shifting the character by 3 characters. If the character is
26
+       * To prevent anyone from reading our messages, we can encrypt it so it will only be readable by its
27
+       * intended audience. This method encrypt the message by shifting the letter by 3 characters. If the character is
28
        * at the end of the alphabet, it will wraps around.
28
        * at the end of the alphabet, it will wraps around.
29
        * For example:
29
        * For example:
30
        *  'a' => 'd'
30
        *  'a' => 'd'