the static modifier means a variable belongs to the class and can be referenced and used without an instance of the class.
Code inside of a static method can only access variables outside of the...