"Colonel Samantha" needs to keep track of the number of planets she visits. Whoa, there's another one .. quick, let's help her count!

Declare and initialize a variable with 0. Increase it by 1 and add 2 to it. Finally, display the count in a nice sentence in the console.

Nice! That way, "Sam" doesn't have to do all the counting herself.

Psst: don't forget to put these snippets inside your main() method!