Commit 5e9b175f authored by 时良荣's avatar 时良荣

Java培训流程控制

parent 5eab7010
package com.exercise.second; package com.exercise.second;
/** /**
* Java培训流程控制
* 写一段会员打折的程序代码,规则如下: * 写一段会员打折的程序代码,规则如下:
* 1级会员消费满100打9折; * 1级会员消费满100打9折;
* 2级会员消费满100打8折,满200打7.5折 * 2级会员消费满100打8折,满200打7.5折
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment