Package edu.wisc.game.web
Class ArithmeticResult
java.lang.Object
edu.wisc.game.web.ResultsBase
edu.wisc.game.web.ArithmeticResult
A tool for an easy online testing of arithmetic expression evaluation.
The data come from arithmetic-result.jsp.
- 
Field SummaryFieldsFields inherited from class edu.wisc.game.web.ResultsBasedisplayName, infomsg, uid
- 
Constructor SummaryConstructorsConstructorDescriptionArithmeticResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
- 
Method SummaryMethods inherited from class edu.wisc.game.web.ResultsBaseexceptionTrace, getDisplayText, getErrmsg, getError, getEx, giveError, giveError, loggedIn, setErrmsg, setError
- 
Field Details- 
prefix- See Also:
 
- 
vOutput to display, line by line
- 
versionpublic int version
 
- 
- 
Constructor Details- 
ArithmeticResultpublic ArithmeticResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
 
-