Package edu.wisc.game.web
Class ArithmeticResult
java.lang.Object
edu.wisc.game.web.ResultsBase
edu.wisc.game.web.ArithmeticResult
public class ArithmeticResult extends ResultsBase
A tool for an easy online testing of arithmetic expression evaluation.
The data come from arithmetic-result.jsp.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ArithmeticResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Method Summary
Methods inherited from class edu.wisc.game.web.ResultsBase
exceptionTrace, getDisplayText, getErrmsg, getError, getEx, giveError, giveError, loggedIn, setErrmsg, setError
-
Field Details
-
prefix
- See Also:
- Constant Field Values
-
v
Output to display, line by line -
version
public int version
-
-
Constructor Details
-
ArithmeticResult
public ArithmeticResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-