/* hypot.cpp computes the hypotenuse length of a right triangle,
 *  given the lengths of its two legs.
 *
 * Author:
 * Date:
 * For:
 *
 * Specification:
 *   input(keyboard):
 *   output(screen):
 ******************************************************************/

