write a program that scans the initial "IbM" and replaces the lowercase "b" with uppercase "B"求大神指教
问题描述:
write a program that scans the initial "IbM" and replaces the lowercase "b" with uppercase "B"求大神指教
答
#include
#include
int main(){
char str[110]="ibM";
for(int i=0;i