Assign to avg_owls the average owls per zoo. Print avg_owls as an integer. Sample output for inputs: 1 2 4 3
1 answer:
Answer:
Explanation:
I'm going to add a python program for this example, step by step:
- We declare 4 variables for our zoo, zoo quantity, and the average.
- We make the operation for the average where sum the zoo and divide with the quantity
- In the last step, we print the variable avg_owls.
num_owls_zoo1 = 1
num_owls_zoo2 = 2
num_owls_zoo3 = 3
num_owls_zoo4 = 4
zoos = 4
avg_owls = 0.0
avg_owls=(num_owls_zoo1+num_owls_zoo2+num_owls_zoo3+num_owls_zoo4)/zoos
print('Average owls per zoo:', int(avg_owls))
You might be interested in
1. IF
2. AND
3. COUNTIF
4. SUMIF
Answer:
A technician is configuring a new SOHO multifunction wireless router at a customer's location to provide network access to several wireless ...
Explanation:
By email or publishing on the internet, I hope that helps!
Carpel Tunnel syndrome, is what it is called in the USA
Hope it helped!
Answer:
9+10=21
Explanation:
wyd boy