摘要:
public class No1{ public static void main (String[] args){ int shirtPrice = 245; int shoePrice = 570; int padPrice = 320; int shirtNo = 2; int shoeNo = 1; int padNo = 1; double discount = 0.8; double finalPay = (shirtPrice * shirtNo + shoePrice*shoeNo + padP... 阅读全文
posted @ 2013-06-26 20:58
作业向博客
阅读(155)
评论(0)
推荐(0)
摘要:
public class No1{ public static void main(String[] args){ System.out.println("你好,我是青鸟学员\n姓名:爱边成\n年龄:20\n爱好:打篮球"); }}public class No2{ public static void main(String[] args){ System.out.println("\t\t\t购物清单\n商品名称\t购买数量\t商品单价\t金额\n鳄鱼夹克\t1\t\t1900\t\t1900\nipodMP4\t\t2\t\t400\t\t800" 阅读全文
posted @ 2013-06-26 11:14
作业向博客
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号