When changing a class, we can change both its properties and its methods.

Call the newly added sayHi() method that belongs to the  User class to see how all instances of User can use it.

Make sure to type sayHi() in your code.