5.4.7 A Different Dragon Class doesn't actually grade correctly
Closed this issue · 0 comments
MasonT8198 commented
5.4.7 no longer is the actual solution, executing with an error
Dragon.java:31: error: bad operand types for binary operator '+'
this.canBreatheFire = level += 10 >= 70;
first type: int
second type: boolean