Closed MimiOlayeye closed 4 years ago
Thank you for your question. However, I did not quite understand why would you need to add another helper for this? What is this helper function for?
I wanted to make a helper method that compares the magnitude of the two numbers. I realized that my code works best when subtracting the number with the smaller magnitude from the number with the larger magnitude.
Actually realized I could just use the compareAbs method from the parent class.
I am glad you figured out!
Can we create additional helper methods within the LongIntegerQuiz class to use in the addDifferentSign method?