This is a Java solution for the long division problem #180 http://rubyquiz.strd6.com/quizzes/180-long-division
The program will display the long division arithmetic given certain assumptions described below
java com.joeint.vivid.Quiz.Problem180 {{n1}} {{n2}}
Assumptions:
- n1, n2 are integers
- n1 <= n2
- n1 != 0
- n2 != 0
- Initial Release
- Java 1.8
- Maven
- Joe Intrakamhang (mailto:[email protected])