Solution Review: Message Encryption
Have a look at the solution to the 'Message Encryption' challenge.
We'll cover the following...
We'll cover the following...
Rubric criteria
Solution
Rubric-wise explanation
Point 1:
Look at line 10. We declare the header of the encrypt method: public static String encrypt(String str). It takes four parameters: ...