The / arithmetic operator performs division.
num.exp / num.exp
Should the denominator expression evaluate to a zero, this run-time warning message displays:
[b24] in program "pgm", line n: Division by zero illegal; zero used.
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.
hourly.cost = total.price / total.hours