这与C和C++有所不同

        import java.util.*;
        Scanner in=new Scanner(System.in);

		char select= in.next().charAt(0);
		switch(select)
		{
		    case 'A':
		    case 'a':
            ...
        }

 

posted on 2020-11-09 15:35  海月CSDN  阅读(574)  评论(0编辑  收藏  举报