610=0.6=12÷20=9:15=60%.
故答案为:6,20,15,60.
—______?
—She is twenty.
A.What’s your grandmother’s age
B.How old is your brother
C.How old is your sister
D.When is your sister’s birthday
有如下函数模板: template < typename T, typename U > Tcast(U u) returnu; 其功能是将U类型数据转换为T类型数据。已知i为int型变量,下列对模板函数cast的调用中正确的是( )。
A) cast(i) ; B) cast< > (i);C) cast < char * , int > (i) ; D) cast < double, int > (i) ;