Initializing variables. As you already know, you can declare several variables in your class, and not just declare them, but also immediately initialize them with their starting values. And these same variables can be initialized in a constructor as well. This means that, in theory, these...