摘要: 第三题 华氏度50转成摄氏度是多少package chem; public class vhj { public static void main(String[] args) { int C; int F = 50; C = (F - 32)*5/9; System.out.println(C); 阅读全文
posted @ 2020-03-19 12:00 天赐小白 阅读(66) 评论(0) 推荐(0)