Your estimate of the market risk premium is 9%. The risk-free rate of return is 4.1% and General Motors has a beta of 1.8. What is General Motors' cost of equity capital?
【单选题】给定C语言程序: int foo(int x, int y,int d) { if ( x !=0 ) { if ( y == 0 ) d = d / x; else d=d/(x*y); } else { if ( y == 0 ) d = 0; else d=d/y; } return d; } 当用路径覆盖法进行测试时,至少需要设计(31)个测试用例。