class 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.
quotient
int
a
b
double
Your browser does not support the Java necessary for this exercise.