摘要:
购物管理系统public class Pay{public static void main(String[]args){int shirtPrice = 245;int shoePrice = 570;int padPrice = 320;int shirtNO = 2;int shoeNo = 1;int padNo = 1;int money=1500;double discount = 0.8;double finalpay = (shirtPrice*shirtNO+shoePrice*shoeNo+padPrice*padNo)*discount;System.out.print. 阅读全文
posted @ 2013-06-26 22:35
棋实不懂
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号