2017年5月7日

判断是否为闰年

摘要: package course; import java.util.Scanner; public class LeapYear { public static void main(String[] args) { Scanner scan = new Scanner(System.in); Syst 阅读全文

posted @ 2017-05-07 14:05 社会你锋哥 阅读(181) 评论(1) 推荐(0) 编辑

不使用其他变量实现两个变量交换

摘要: package com.mingrisoft; import java.util.Scanner; public class VariableExchange { //声明类 public static void main(String[] args) { //主方法 Scanner scan = new Scanner(System.in... 阅读全文

posted @ 2017-05-07 13:45 社会你锋哥 阅读(232) 评论(0) 推荐(0) 编辑

导航