摘要: 1.已知a,b均是整型变量,写出将a,b两个变量中的值互换的程序。(知识点:变量和 运算符综合应用) package com.a01; public class hellowold { public static void main(String[] args) { int a=1,b=2,c; c 阅读全文
posted @ 2020-03-19 12:19 hhhhhq 阅读(210) 评论(0) 推荐(0)