| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 680 人关注过本帖
标题:我的java哪个部分错了?
只看楼主 加入收藏
MAHLONAA
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-3-18
收藏
 问题点数:0 回复次数:2 
我的java哪个部分错了?
var item
var tax
var totalcost

//input

item = inputString ("Enter the letter corresponding to the item you are interested in")

tax = inputNum ("Enter provincial sales tax rate (in $)", 0.08,2)

//processing
if (item=="a")
{
outputLine ("Item (a):")
outputLine ("T-Shirt: Grey")
totalcost= (1+tax)*10
output ("Cost with tax: $"+totalcost)
}

if (item=="b")
{
outputLine ("Item (b):")

outputLine ("Sweater: White")
totalcost= (1+tax)*12
outputLine ("Cost with tax: $"+totalcost)
}

if (item=="c")
{

outputLine ("Item (c):")

outputLine ("Jean: Blue")
totalcost= (1+tax)*20

outputLine ("Cost with tax: $"+totalcost)
}
if (item=="d")

{
outputLine ("Item (d):")

outputLine ("Boot: Black")
totalcost= (1+tax)*23

outputLine ("Cost with tax: $"+totalcost)
}
else
{
outputLine ("there is no such item")
}
</script>

可以帮我改改如何可以让totalcost最多只可以有2位小数点?
还有最后的else part为什麽也有错,每次得出的答案就算属於a的else那个部分还是会出现
搜索更多相关主题的帖子: java 
2008-03-18 09:17
lmhllr
Rank: 8Rank: 8
等 级:贵宾
威 望:44
帖 子:1504
专家分:42
注 册:2005-5-12
收藏
得分:0 
还是先看看提问的技巧吧.....看不懂

[[it] 本帖最后由 lmhllr 于 2008-3-18 15:53 编辑 [/it]]
2008-03-18 13:50
wyg4859
Rank: 2
等 级:新手上路
威 望:4
帖 子:883
专家分:0
注 册:2006-8-2
收藏
得分:0 
若非这就是传说中的jscript?看不懂啊!

http://www.找到组织!找到党!
2008-03-18 14:40
快速回复:我的java哪个部分错了?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023122 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved