工作A的悲观估计为56天,最可能估计为22天,乐观估计为8天,那么工作的期望完成时间是
A.56天
B.25.3天
C.22.3天
D.8天
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1112001.html
上一篇:In a Grammar-Translation classroom, _____is regarded as the core of language, so it is the main content in foreign language teaching.
下一篇:#include <iostream> using namespace std; class base { private: int x,y; public: void init xy( int a,int b){x=a;y=b;} void show( base*p); } ; inline void base::show(____________) { cout<<
#include <iostream> using namespace std; class base { private: int x,y; public: void init xy( int a,int b){x=a;y=b;} void show( base*p); } ; inline void base::show(____________) { cout<<