按提示依次輸入三個數(shù),求這三個數(shù)的倒數(shù)之積。 如輸入2、2、3,則計算式子(1/2)*(1/2)*(1/3)的結果。 填寫所缺部分()。
A.t = 1/x B.t = t*(1/n) C.t = t/x D.t = t*x