basic./
Mathematical operator (divide).
Syntax
num.expression / num.expression
Description
arithmetic division operator.
Example
hourly.cost = total.price / total.hours
Divides the contents of the total.price variable by the contents of the
total.hours variable and places the results in the hourly.cost variable.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
