/* * File: PythagoreanTheorem.java * Name: * Section Leader: * ----------------------------- * This file is the starter file for the PythagoreanTheorem problem. */ import acm.program.*; public class PythagoreanTheorem extends ConsoleProgram { public void run() { /* You fill this in */ } }