Calculate a total biomass in grams for 3 white-throated woodrats (Neotoma albigula) and then convert it to kilograms. The total biomass is three times the average size of a single individual. An average individual weighs 250 grams.
grams and assign it the mass of a single
Neotoma albigula (250).number and assign it the number of individuals (3).biomass and assign it a value by multiplying
the grams and number variables together.biomass into kilograms (there are 1000
grams in a kilogram so divide by 1000) and assign this value to a new
variable.