Java: Maximum of Three - Programming Problem

Name: _________________________________

Write a program to read three doubles and print the largest (maximum) value. Use if statements, not the Math.max() method.