摘要: package cn.tedu.Ifdemo; import java.util.Scanner; //测试商品打折案例 public class day03001_IF { public static void main(String[] args) { //1.接收用户输入原价 double p 阅读全文
posted @ 2020-08-18 16:51 Healer_小振 阅读(706) 评论(0) 推荐(0) 编辑
摘要: ` public static void main(String[] args) { int a =20; //byte a = 2; //short a = 3; //char a = 4; //a--可以支持5种类型:byte short int char jdk1.5后支持String swi 阅读全文
posted @ 2020-08-18 16:49 Healer_小振 阅读(50) 评论(0) 推荐(0) 编辑