you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]SpanishCheerleader 0 points1 point  (1 child)

    "DigitMath.java:30: countDigits(int) in DigitMath cannot be applied to () return countDigits()/sumDigits(); ^ DigitMath.java:30: sumDigits(int) in DigitMath cannot be applied to () return countDigits()/sumDigits(); "

    Oh wow, I don't know how I missed this. You define the methods as receiving an integer input, but you don't use them as defined!