Answer:
32
Explanation:
The width is 4 and height is 12
The perimeter is (the width*2) + (the height *2)
This sign * means multiplication
so simply input the value for your width and height into the perimeter formula
Perimeter = (4 * 2) + (12 * 2)
Use BODMAS
Perimeter = 8 + 24
Perimeter = 32
Print (perimeter) means the code for width and height gave us the code to the perimeter
so the codes would print 32 as the code