Problem Statement
Create a helper class that uses the Java Math API to report the minimum, maximum, and spread of three sensor readings.
DEMO-OOP-33 โข Object Oriented Programming
Create a helper class that uses the Java Math API to report the minimum, maximum, and spread of three sensor readings.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
10.5 8.0 12.25
Min: 8.00 Max: 12.25 Spread: 4.25
5.0 5.0 9.5
Min: 5.00 Max: 9.50 Spread: 4.50
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question