【例7.7】 使用switch语句计算运输公司的计费。 求助,错误提示看不懂
发表在C语言图书答疑 2016-10-17
是否精华
版块置顶:
#include<stdio.h>

int main()
{
int idiscount;
int ispace;
int iswitch;
float fprice,fweight,fAllprice;
printf("enter the price,weight and space\n");
scanf("%f%f%d",&fprice,&fweight,&ispace);
if(ispace>3000)
{
iswitch=12;
}
else
{
iswitch=ispace/250;
}
switch(iswitch)
{
  case 0:
idiscount=0;
break;
  case 1:
  idiscount=2;
break;
  case 2:
  case 3:
idiscount=5;
break;
  case 4:
  case 5:
  case 6:
     case 7:
 idiscount=8;
 break;
  case 8:
  case 9:
  case 10:
  case 11:
idiscount=10;
 break;
  case 12:
idiscount=15;
break;
      default:
break;
}
fAllprice=ispace*fprice*(1-idiscount/100.0);
printf("Allprice is :%.4f\n",fAllprice);
return 0;
}





--------------------Configuration: 2 - Win32 Debug--------------------
Linking...
2.1.obj : error LNK2005: _main already defined in 2.obj
Debug/2.exe : fatal error LNK1169: one or more multiply defined symbols found
执行 link.exe 时出错.

2.exe - 1 error(s), 0 warning(s)
分享到:
精彩评论 1
学分: LV1
TA的每日心情
开心
2020-06-16 09:16:38
2016-10-17
沙发
错误提示是重复定义变量
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照