Variables in programming are used to store values
The program statements are:
The values of variables can be changed at any time during program execution.
The syntax to assign values to a variable is:
variable = value
The variables are given as:
boston_under_10 and manila_under_10
So, the program statements are:
boston_under_10 = height_under_10/total and manila_under_10 = height_under_10/total
Read more about variables at:
https://brainly.com/question/16397886