If a = 7.0, b = 7.0 and c = 6.0, then what is printed byprintf( “%.2f”, sqrt( a + b * c ) );

时间:2022-11-17 04:21:25

相似题目