题解 1063: 二级C语言-统计字符

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

二级C语言-统计字符

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;&nbsp;&nbsp;inti,zimu=0,……

统计字符.....

摘要:解题思路:注意事项:参考代码:#include<stdio.h>&nbsp;intmain(){&nbsp;&nbsp;inta=0,b=0,c=0,d=0;&am……

统计字符--java极简

摘要:importjava.util.Scanner;publicclass统计字符{publicstaticvoidmain(String[]args){Scannersc=newScanner(Syst……