如何写Java程序来接受用户输入的一个1-12之间的整数,用switch语句输出对应月份的天数?
如何写Java程序来接受用户输入的一个1-12之间的整数,用switch语句输出对应月份的天数?
日期:2019-11-12 06:31:04 人气:1
import java.util.Scanner;
public class QuestionOne {
private static boolean start;
public static void main(String[] args) {
boolean really=true;
Scanner sc=new Scanner(System.in);
while(really=true){
boolean temp=true;
int num