摘要: 1.已知a,b均是整型变量,写出将a,b两个变量中的值互换的程序 package hello; public class hi { public static void main(String[] args) { // TODO 自动生成的方法存根\ int a=100; int b=200; in 阅读全文
posted @ 2020-03-19 16:41 wsw4 阅读(299) 评论(0) 推荐(0)