What are the essential parts of a declaration?

A variable's nameA variable's typeA variable's valueA = sign

Fantastic! Whenever we're said to declare a variable, we define its type and give it a name but don't necessarily assign a value.

Yikes! Whenever we're said to declare a variable, we define its type and give it a name but don't necessarily assign a value.