OPERATOR:   *

Implemented in version 1.0
 
 *
 
The * operator is used to multiply numbers.
 
Code:
<% answer = 2 * 3.14 * .71 %>
 
Output:
4.4588