Write a class called Dragon. A Dragon should have a name, a level, and a boolean variable, canBreatheFire, indicating whether or not the dragon can breathe fire. The class should have getter methods for all of these variables - getName, getLevel, and isFireBreather, respectively.

Respuesta :

Answer: A dragon name could be name Holls and at level 14 and can breathe fire

Explanation: