Lesson 8 - Methods (Practice)
Objectives
-
Cyber hygiene.
- Password management: good and bad passwords.
- https://haveibeenpwned.com/
- Safe browsing habits: HTTP vs HTTPS (https://badssl.com/)
-
Generating random numbers using the
Random
class -
Read a comma-delimited array of integers from the input, increment each item of the array and print it back.