#!/usr/bin/perl -w $a = 43; $b = -24; $C = 33 $z = ($a + $b)/$C; print "Your answer is $z\n";