new BanffMarathonRunner("Hamilton", "Winn", 278, 5),
new BanffMarathonRunner("Suzie", "Sarandin", 329, 7),
new BanffMarathonRunner("Philip", "Winne", 445, 9),
new BanffMarathonRunner("Alex", "Trebok", 275, 3),
new BanffMarathonRunner("Emma", "Pivoto", 275, 4),
new BanffMarathonRunner("John", "Lenthen", 243, 1),
new BanffMarathonRunner("James", "Lean", 334, 1),
new BanffMarathonRunner("Jane", "Ostin", 412, 1),
new BanffMarathonRunner("Emily", "Car", 393, 4),
new BanffMarathonRunner("Dani
");
String input = in.next();
int status = 0;
int children = 0;
if (input.equalsIgnoreCase("S"))
status = TaxReturn.SINGLE;
else if (input.equalsIgnoreCase("M"))
status = TaxReturn.MARRIED;
else if (input.equalsIgnoreCase("SP")) {
status = TaxReturn.SINGLE_PARENT;
System.out.print("Please enter # of children: ");
children = in.nextInt();
} else {
status = TaxReturn.UNKNOWN;
}
TaxReturn aTaxReturn =
= a;
this.c = c;
this.b = 0;
}
public boolean isRightTriangle() {
return a * a + b * b == c * c;
}
/**
* @return the a
*/
public double getA() {
return a;
}
/**
* @return the b
*/
public double getB() {
if