Java Trainer Puzzle 9.3.3

Class

class Puzzle {
}

Puzzle

Write a class method quotient that takes two int parameters a and b and returns the quotient a divided by b as a double, not rounded to an integer.

Solution

Your browser does not support the Java necessary for this exercise.