摘要: package kljjjj; public class kljjjjj { public static void main(String[] args) { char a ='A'; System.out.println((char)( a+ 32)); } } 阅读全文
posted @ 2020-03-19 12:18 LiuZXin 阅读(107) 评论(0) 推荐(0)
摘要: 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)