Before one can begin coding, they’ll need to add a method inside of the class, which is the first bit of code that’s called when you run your program. Think of it like a starting point for the rest of the code! So again, with the example above, underneath “public class [ClassNa...