# Patrick Robinson # Perl Program # 4.15-1 # Input Data print "Input value of A "; $a = ; print "Input value of B "; $b = ; print "Input value of C "; $c = ; # Calulate Data $result = 10 * $a * $b - (($c-1)/17.44); # Output Results print "$result \n"; #hold to view print "Press Enter to End."; $a = ;