import java.util.ArrayList;
import java.util.List;
public class StartMain {
public static void main(String [] args){
//第一个程序,HelloWorld
HelloWorld h = new HelloWorld();
h.practice();
//判断语句,if--else练习
IfPractice ifPractice = new IfPractice();
int score=65;
System.out.println(ifPractice.practice(score));
//判断语句,三目运算符练习
TernaryPractice t = new TernaryPractice();
System.out.println(t.practice(score));
//判断语句,switch语句练习
SwitchPractice s = new SwitchPractice();
System.out.println(s.practice(score));
}
}
![avatar](https://profile-avatar.csdnimg.cn/8cecaf0dc1514f11975bf43af353fd95_u013871927.jpg!1)
鲁豫小哥
- 粉丝: 11
- 资源: 9
最新资源
- 基于济南孙总项目240704的网页前端设计源码
- 基于TypeScript和Vue的福建无人机app设计源码
- 基于Python语言的资源管理设计源码
- 基于Html、CSS、JavaScript的移动端携程旅游设计源码
- 分数阶李雅普诺夫指数的Matlab代码-Matlab code for Lyapunov exponents of fractional order-matlab
- www.chajianxw.com_iibkccoipiongbcbffbgnbgcfjnpgneg (1).zip
- 非相称FO LE的Matlab代码-Matlab code for LEs of non-commensurate FO-matlab
- FFT中自适应启发式旋转因子的引入-自适应基本情况切换和启发式旋转因子缓存
- 基于PHP、HTML、JavaScript、CSS的租车网站设计源码
- 基于Java开发的大作业旅游区导游图系统后端源码
- 由自定义分裂基FFT算法计算的FFT-FFT computed by the custom split‑radix FFT algorithm-matlab
- 基于PHP、JavaScript、CSS、HTML的相亲网站盲约功能设计源码
- 基于HTML的宠物店猫咖管理系统前端设计源码
- 基于VS-QTC++平台的C++画图功能设计源码
- 基于mender-convert开源版本修改的镜像制品转换工具设计源码
- 基于Python的微信小程序开发设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)