Homework using variables
You are given these two formulas:
z = 80/b+5
y = 2z+b
- Write the code to create variables z, b and y.
- Write the code to calculate y and z when b is 6.
- Print: When b is 6, y is (and insert the value of y) and z is (and insert
the value of z)
- Then change the value of b to 10.
- Print: When b is 10, y is (and insert the value of y) and z is (and insert
the value of z)