Lesson 9 - Activity 2 - Do you know what the static keyword is for?

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()?