.Pratheesh:-)

.The Tech Blog

heading one It'll blow your mind.

Develop Rational number class in Java. Use JavaDoc comments for documentation. Your implementation should use efficient representation for a rational number. i.e., (500/1000) should be represented as (1/2). Develop date class in java similar to the one available in java.util package..



heading two It'll blow your mind.

Develop Rational number class in Java. Use JavaDoc comments for documentation. Your implementation should use efficient representation for a rational number. i.e., (500/1000) should be represented as (1/2). Develop date class in java similar to the one available in java.util package. . Use JavaDoc comments. Implement Lisp-like list in java. Write basic operations such as ‘car’, ‘cdr’ and ‘cons’.