Answer:
Dalton
The part of the close-out report that would describe how he would plan and manage projects in the future is:
summary of project management effectiveness
Explanation:
The Project Close-out Report is a project management document, which identifies the variances from the baseline plans. These variances are specified in terms of project performance, project cost, and schedule. The project close-out report records the completion of the project and the subsequent handover of project deliverables to others. The project management effectiveness summary details the project's objectives and the achievements recorded, including the lessons learned.
Answer:
The algorithm is as follows:
1. Declare Arr1 and Arr2
2. Get Input for Arr1 and Arr2
3. Initialize count to 0
4. For i in Arr2
4.1 For j in Arr1:
4.1.1 If i > j Then
4.1.1.1 count = count + 1
4.2 End j loop
4.3 Print count
4.4 count = 0
4.5 End i loop
5. End
Explanation:
This declares both arrays
1. Declare Arr1 and Arr2
This gets input for both arrays
2. Get Input for Arr1 and Arr2
This initializes count to 0
3. Initialize count to 0
This iterates through Arr2
4. For i in Arr2
This iterates through Arr1 (An inner loop)
4.1 For j in Arr1:
This checks if current element is greater than current element in Arr1
4.1.1 If i > j Then
If yes, count is incremented by 1
4.1.1.1 count = count + 1
This ends the inner loop
4.2 End j loop
Print count and set count to 0
<em>4.3 Print count</em>
<em>4.4 count = 0</em>
End the outer loop
4.5 End i loop
End the algorithm
5. End
A8 is the answer because yea and because I am a teacher
Answer:41.67kW
Explanation: a) power = force * velocity
Convert km/hr to m/s=1000m/(60×60s)
=1000/3600
P=F×vel
Power =1500×100× 1000/3600
=1500×100×5/18
=41,666.67W
=41.67kW
Answer:
35
Explanation: I really dont even know, I just used up all my tries on it and got it wrong on every other thing i chose. So it's 35 i believe cause its the only answer i didnt choose.