算法练习 (之七)
1.字符串大小写转换;
package pers.benjamin.example;
public class AlgorithmExample7 {
public static void main(String[] args) {
// TODO Auto-generated method stub
String str = "ABCDEF";
char c = 'A';
int num = 0;
for(int i=0; i
转载请注明原文地址: https://ju.6miu.com/read-21276.html