applyUnary("percent")} />
applyUnary("reciprocal")} />
applyUnary("square")} />
applyUnary("sqrt")} />
chooseOperator("divide")} />
inputDigit("7")} />
inputDigit("8")} />
inputDigit("9")} />
chooseOperator("multiply")} />
inputDigit("4")} />
inputDigit("5")} />
inputDigit("6")} />
chooseOperator("subtract")} />
inputDigit("1")} />
inputDigit("2")} />
inputDigit("3")} />
chooseOperator("add")} />
inputDigit("0")} />
);
}