Arithmetic Operator Divide : Operators « JSTL « Java Tutorial
- Java Tutorial
- JSTL
- Operators
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<html>
<head>
<title>EL Expression Examples</title>
</head>
<body>
<h1>EL Expression Examples</h1>
<h2>Arithmetic Operators in Expressions</h2>
<c:out value="${23/54}" />
</body>
</html>
Download: JSTLArithmeticOperatorDivide.zip( 1,021 k)