We call these methods with the object name, a ., and the method name followed by parentheses (), like dog.bark();.
.
()
dog.bark();
Make sure to pick dog followed by . and then bark, (, ), ;.
dog
bark
(
)
;