Can you turn this mess into a class that can store and change passwords?

Swee-heet! We introduce the class and create currentPW. Then we open changePassword() and add its parameter list. In the method, we check if pw0 matches currentPW and assign pw1 to it.

Oh noes! We introduce the class and create currentPW. Then we open changePassword() and add its parameter list. In the method, we check if pw0 matches currentPW and assign pw1 to it.