摘要: package kljjj; public class kljjjj { public static void main(String[] args) { int x=0023; int a,b,c,d,sum; a=x/1000; b=x/100%10; c=x/10%10; d=x%10; su 阅读全文
posted @ 2020-03-19 12:05 LiuZXin 阅读(152) 评论(0) 推荐(0)
摘要: package kljj2; public class kljjj { public static void main(String[] args) { int h =50; int s =(h-32)*5/9; System.out.println(s); } } 阅读全文
posted @ 2020-03-19 11:55 LiuZXin 阅读(74) 评论(0) 推荐(0)
摘要: package klj; public class kjll { public static void main(String[] args) { int a=10; int b=14; int temp = a; a = b; b = temp; System.out.println("a="+a 阅读全文
posted @ 2020-03-19 11:15 LiuZXin 阅读(220) 评论(0) 推荐(0)
摘要: package hello1; public class hallo1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("HELLO"); System. 阅读全文
posted @ 2020-03-10 15:02 LiuZXin 阅读(254) 评论(0) 推荐(0)