摘要: 第一题 package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub int a=1,b=2,c; c=a; a=b; b=c; System. 阅读全文
posted @ 2020-03-19 12:24 来咬我啊20675 阅读(88) 评论(0) 推荐(0)
摘要: package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub char a='A'; System.out.println((char)(a+3 阅读全文
posted @ 2020-03-19 12:06 来咬我啊20675 阅读(43) 评论(0) 推荐(0)
摘要: package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub int a=72,b=52,c,d; c=(a-32)*5/9; d=b*9/5+ 阅读全文
posted @ 2020-03-19 12:04 来咬我啊20675 阅读(62) 评论(0) 推荐(0)
摘要: package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub int a=999; int b,c,d,e; b=a/100; c=a/10%1 阅读全文
posted @ 2020-03-19 12:03 来咬我啊20675 阅读(56) 评论(0) 推荐(0)
摘要: package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub int a=1,b=2,c; c=a; a=b; b=c; System.out. 阅读全文
posted @ 2020-03-19 12:01 来咬我啊20675 阅读(60) 评论(0) 推荐(0)