总结:我暂时不能理解,C语言时讲过,java里就不理解了 package com.a; import java.sql.Date; import java.util.Scanner; //输入三个数,按从小到达的顺序输出 public class Test { public static void main(String[] args) { Scanner c = new Scanner(System.in); System.out.println("请输入3个数"); int a =
题目:输入3个数a,b,c,按大小顺序输出. 思路: 根据最简单的, 经典的C语言算法, 两两相互交换得到他们的顺序 public class 第三十四题abc三个数大小排序 { public static void main(String[] args) { Integer a = new Integer(10); Integer b = new Integer(6); Integer c = new Integer(9); int[] result = sort(a, b, c); for(
#-*- coding:utf- -*- ''' Created on -- # 输入年月日,判断为一年的第几天 @author: AdministrInputator ''' def leapYear(year): # 判断平闰年,由于输入年份只有两位数,‘’~‘’转换为2000~,‘’~’‘转换为1970~ == and year % != : return True else: return False def dateJudge(strInput): # which day of the