摘要: 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) 编辑