1. C语言用选择结构编程实现,输入一行字符,将其中的数字字符对应的整数值加起来,并输出结果。如:4a5
#include<stdio.h>intmain(){ inti,sum=0; chara[100]; gets(a); for(i=0;a[i]!='