java ClockSolver x grainwhere x indicates the sought-after angle (in degrees), and grain indicates the amount of time that will drive the simulation (in seconds). x must be a double in the range
0.0 <= x < 360.0.grain is optional; if specified, it must be a double in the range
0.0 < grain <= 1800.0;if omitted, it should be set to one second.
java TankSolver