I want to write a program that counts occurances of characters in C# [closed]

无人久伴 提交于 2021-02-17 06:43:05

问题


I want to write a program with 5 integer values/variables that will be entered by user at run-time, the program should count the number of co-occurrences of each value/total number of times each value is enter. This program is easy if written with arrays but I have to write it using case statements only. Any help?

来源:https://stackoverflow.com/questions/66103924/i-want-to-write-a-program-that-counts-occurances-of-characters-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!