Question

In geology, the moisture content of a solid is computed as θ = Vw / (Vs...

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.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The code and the output both are given in pictures.

w and va Enter vs a 10 .25 25 The denominator is 35.250000 The moisture content is 0.007092 Program finished with exit code 01 #include<stdio.h> 2 float CalcDen float vs, float vw, float va) 3 float CalcMos(float vw, float a); 5 int main() 6 ww,va;//II hope this helps you.

Add a comment
Know the answer?
Add Answer to:
In geology, the moisture content of a solid is computed as θ = Vw / (Vs...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Q.1 An excavated pit was backfilled by a soil with total volume of 0.5 m? The...

    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...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT