#this file shows expressions and operators $radius = 50; #store integer value in variable $area = 3.14159*($radius ** 2); print $area;