In geology, the moisture content of a solid is computed as θ = Vw / (Vs + Vw + Va), where Vs is the volume of soil, Vw is the volume of water and Va is the air space. The denominator S = Vs + Vw + Va of the moisture content is computed using a function CalcDen that receives, as arguments, Vs, Vw and Va and returns S. The moisture content is computed using a function CalcMos that receives, as arguments, Vw and S and returns θ. Your submission should include screenshots of the execution of the program using the values Vs = 10 m3, Vw = 0.25 m3 and Va = 25 m3, all of which are input from the keyboard.
The code and the output both are given in pictures.

II hope this helps you.
In geology, the moisture content of a solid is computed as θ = Vw / (Vs...
Q.1 An excavated pit was backfilled by a soil with total volume of 0.5 m? The total soil mass is 1000 kg. The moisture content (w) of the soil is 15% and its specific gravity (Gs) is 2.60. (a) Determine the following soil properties of the soil sample: (i) Density of soil solid, ps (2 marks) (ii) Volume of water, VX (2 marks) (iii) Volume of soil solids. Vs (2 marks) (iv) Volume of air, Va (1 mark) (v) Void...