若輸入8,則下列程序執(zhí)行后輸出的結(jié)果是________.

 

【答案】

0.7

【解析】c=0.2+0.1(8-3)=0.7.

 

練習(xí)冊系列答案
相關(guān)習(xí)題

科目:高中數(shù)學(xué) 來源: 題型:

若輸入8,則下列程序執(zhí)行后輸出的結(jié)果是
 
;
輸入t;
If t<5,
Then y=t2+1;
Else if t<8,
Then y:=2t-1;
Else y:=
2
t+1;
輸出 y.

查看答案和解析>>

科目:高中數(shù)學(xué) 來源:不詳 題型:填空題

若輸入8,則下列程序執(zhí)行后輸出的結(jié)果是______;
輸入t;
If t<5,
Then y=t2+1;
Else if t<8,
Then y:=2t-1;
Else y:=
2
t+1;
輸出 y.

查看答案和解析>>

科目:高中數(shù)學(xué) 來源:2010-2011學(xué)年高一數(shù)學(xué)模擬試卷6(必修3)(解析版) 題型:填空題

若輸入8,則下列程序執(zhí)行后輸出的結(jié)果是    ;
輸入t;
If t<5,
Then y=t2+1;
Else if t<8,
Then y:=2t-1;
Else y:=t+1;
輸出 y.

查看答案和解析>>

科目:高中數(shù)學(xué) 來源:2009-2010學(xué)年河南省南陽市鎮(zhèn)平縣雪楓中學(xué)高一(下)期中數(shù)學(xué)模擬試卷(解析版) 題型:填空題

若輸入8,則下列程序執(zhí)行后輸出的結(jié)果是   
輸入t;
If t<5,
Then y=t2+1;
Else if t<8,
Then y:=2t-1;
Else y:=t+1;
輸出 y.

查看答案和解析>>

同步練習(xí)冊答案