03 2020 档案
摘要:第一题for package test; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub int i; int sum=0; for(i=1;i<=100;i
阅读全文
摘要:第一题 package test; import java.util.Scanner; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub Scanner inp
阅读全文
摘要:第一题 package test; import java.util.Scanner; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub Scanner inp
阅读全文
摘要:第一题 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.
阅读全文
摘要: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
阅读全文
摘要: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+
阅读全文
摘要: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
阅读全文
摘要: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.
阅读全文
摘要:package work; public class hhh { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("hellow"); } }
阅读全文
posted @ 2020-03-08 13:20
来咬我啊20675

浙公网安备 33010602011771号