Time: 10 minutes
Purpose: Explore the static keyword
Introduction: We’ve been using the static keyword in our code, explore why we’re using it
Task: Read up about the static keyword.
What is it and why do we need it when calling methods from main()?