$pc = 0; $frozenbody = 'Content-Type: text/html; charset=ISO-8859-1

A Simple Plus Minus Calculator

Enter your operator (+ or -):

Enter the first integer (-99 to 999):

Enter the second integer (-99 to 999):

'; $VAR_operator = undef; $VAR_YorN = ''; $VAR_int1 = undef; $VAR_int2 = undef;