摘要: package demo01; import java.util.Scanner; public class demo001 { public static void main(String[] args) { double f=50; System.out.println((f-32.0)*5/9 阅读全文
posted @ 2020-03-19 11:34 学习不错 阅读(102) 评论(0) 推荐(0)
摘要: package demo01; public class demo001 { public static void main(String[] args) { // TODO Auto-generated method stub int a = 1; int b = 2; int c; // 进行数 阅读全文
posted @ 2020-03-19 11:21 学习不错 阅读(95) 评论(0) 推荐(0)
摘要: package demo01; public class demo001 { public static void main(String[] args) { // TODO Auto-generated method stub int a = 1; int b = 2; int c; // 进行数 阅读全文
posted @ 2020-03-19 11:20 学习不错 阅读(95) 评论(0) 推荐(0)