Skip to content

joeint/rubyQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Quiz Problem 180

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

Usage

java com.joeint.vivid.Quiz.Problem180 {{n1}} {{n2}}

Assumptions:

  • n1, n2 are integers
  • n1 <= n2
  • n1 != 0
  • n2 != 0

Updates

1.0.0

  • Initial Release

Developer Info

Required Components

  • Java 1.8
  • Maven

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages