题解 | #计算商场折扣#

计算商场折扣

http://www.nowcoder.com/practice/cf4dcda7bf974f83afe38af4b14946a7

import java.util.*;

public class Main { public static void main(String[] args) { Scanner console = new Scanner(System.in); int price = console.nextInt(); int cost = 0; if(price>=100&&price<500){ cost=(int)(price0.9); } else if(price>=500&&price<2000){ cost=(int)(price0.8); } else if(price>=2000&&price<5000){ cost=(int)(price0.7); } else if(price>=5000){ cost=(int)(price0.6); } else{ cost=price; } //write your code here...... System.out.println(cost); } }

全部评论

相关推荐

10-15 09:13
已编辑
天津大学 soc前端设计
点赞 评论 收藏
分享
牛客618272644号:佬携程工作怎么样,强度大吗
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务