重载复习和小练习
2019-12-01 16:02:06来源:博客园 阅读 ()
重载复习和小练习
有兴趣的可以看看注释里面的题目要求,自己写写或者看看下面的用别的方式完成目标。
/*
题目要求:
比较两个数据是否相等,
参数类型分别是byte,short,int,long
然后在main方法中测试
*/
public class HelloWorld {
public static void main(String[] args) {
byte x = 10;
byte y = 20;
System.out.println(sum(x, y));
System.out.println(sum((short) 20, (short) 20));
System.out.println(sum(20, 10));
System.out.println(sum(20L,10L));
}
public static boolean sum(byte x, byte y) {
if (x == y) {
return true;
} else {
return false;
}
}
public static boolean sum(short x, short y) {
boolean sum = x == y ? true : false;
return sum;
}
public static boolean sum(int x, int y) {
return x == y;
}
public static boolean sum(long x, long y) {
boolean max;
if (x == y) {
max = true;
} else {
max = false;
}
return max;
}
}
/*
题目要求:
比较两个数据是否相等,
参数类型分别是byte,short,int,long
然后在main方法中测试
*/
public class HelloWorld {
public static void main(String[] args) {
byte x = 10;
byte y = 20;
System.out.println(sum(x, y));
System.out.println(sum((short) 20, (short) 20));
System.out.println(sum(20, 10));
System.out.println(sum(20L,10L));
}
public static boolean sum(byte x, byte y) {
if (x == y) {
return true;
} else {
return false;
}
}
public static boolean sum(short x, short y) {
boolean sum = x == y ? true : false;
return sum;
}
public static boolean sum(int x, int y) {
return x == y;
}
public static boolean sum(long x, long y) {
boolean max;
if (x == y) {
max = true;
} else {
max = false;
}
return max;
}
}
原文链接:https://www.cnblogs.com/gz18221/p/11968197.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:java学习基础知识入门
下一篇:IDEA超级实用的几个快捷键
- Java基础复习——类和对象 2020-06-09
- JavaGUI练习 - 正交测试用例生成小工具 2020-05-31
- Java中方法重载和方法覆盖的异同 2020-05-29
- 第六章第三十七题(格式化整数)(Format an integer) - 编程 2020-05-26
- 第六章第三十四题(打印日历)(Print calendar) - 编程练习 2020-05-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash