Exercise Number: 1
Question
Create a class User with:
- a private variable password
- public methods to set and get the password
Try accessing the password directly from another class and fix the issue properly.
