03 2020 档案

摘要:import java.util.Scanner; public class fff{ public static void main(String[] args){ import java.util.Scanner; public class fff { public static void ma 阅读全文
posted @ 2020-03-30 20:51 啪啪怪 阅读(216) 评论(0) 推荐(0) 编辑
摘要:import java.util.*; public class fff{ public static void main(String args[]){ Scanner in=new Scanner(System.in); int a=in.nextInt(); switch(a){ case 1 阅读全文
posted @ 2020-03-26 12:11 啪啪怪 阅读(216) 评论(0) 推荐(0) 编辑
摘要:package test3; import java.util.*; public class abc { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(" 阅读全文
posted @ 2020-03-24 11:00 啪啪怪 阅读(179) 评论(0) 推荐(0) 编辑
摘要:package chap1; public class Main { public static void main(String[] args) { int a=50; int b=(a-32)*5/9; System.out.println("华氏度="+b); } } package chap 阅读全文
posted @ 2020-03-19 12:32 啪啪怪 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-08 11:16 啪啪怪 阅读(141) 评论(0) 推荐(0) 编辑