C语言期末考试急求答案!!!!!!只有一小时时间!!!!会哪个答哪个
C语言期末考试急求答案!!!!!!只有一小时时间!!!!会哪个答哪个
日期:2011-06-20 11:40:33 人气:2
1、
#include
Abso(float b) %
{
if b<=0
return (0-b); %
else
return b;
}
main( )
{
float a; %
scanf("%d",&a ) %
f=Abso(a);