Answer:
II. int z;
Step-by-step explanation:
int z;
is the best option, because on the next line you will define the variable as
z = (x + y) / 2;
you can also use int z=0; but it is not necessary according to the code segment given.
Anylize the results
I don't know
.........
1620°
The figure is an 11-sided polygon and is called hendecagon
The interior angle sum:
180( n-2) n=11
=180(11-2)
=180(9)
=1620°
I hope this help you