輸入一個字符串,獲取其中小寫英文字母個數、數字個數其他符號個數

代碼: package cn.tedu.string; public class StringText1 { public static void main(String[] args) { //對象 String str=「werugvy34523wsy dv-」; //表示小寫英文字母 int letter=0; //表示數字 int num=0; //遍歷字符串 for(int i=0;i<
相關文章
相關標籤/搜索