Answer:
<em>Linus needs to take one of the zero out and it should be 30 instead 300.</em>
Explanation:
It is because Linus put three zero instead two zero.
Answer:
Gs = 2.647
e = 0.7986
Explanation:
We know that moist unit weight of soil is given as

where,
= moist unit weight of the soil
Gs = specific gravity of the soil
S = degree of saturation
e = void ratio
= unit weight of water = 9.81 kN/m3
From data given we know that:
At 50% saturation,
puttng all value to get Gs value;

Gs - 1.194*e = 1.694 .........(1)
for saturaion 75%, unit weight = 17.71 KN/m3

Gs - 1.055*e = 1.805 .........(2)
solving both equations (1) and (2), we obtained;
Gs = 2.647
e = 0.7986
Answer: Create lessons learned at the end of the project.
Explanation:
Lessons learned are the experiences that are gotten from a project which should be taken into account for the future projects. Lesson learned are created at the end of the project.
The main objective of the lessons learned is that they show both the positive experience and the negative experience of a project and this will help the future projects that will be undertaken.
Answer:
The solution code is written in Java.
System.out.println(numItems);
Explanation:
Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.