C
C#•2y ago
Squirtle

how do i count how much a user input the same number

want to create a program that makes the user input some numbers and then count how many times the user put into the same number
15 Replies
Pobiega
Pobiega•2y ago
What have you tried?
Squirtle
Squirtle•2y ago
i have made the program but dont know how to get what the user has typed earleir
Pobiega
Pobiega•2y ago
Show your code
Squirtle
Squirtle•2y ago
it is on swedish
Pobiega
Pobiega•2y ago
Thats fine
Squirtle
Squirtle•2y ago
but can translate it if you wanna where should i copy it
Pobiega
Pobiega•2y ago
Click my name 🙂 $code
MODiX
MODiX•2y ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat If your code is too long, post it to: https://paste.mod.gg/
Squirtle
Squirtle•2y ago
oh hahahaha
Squirtle
Squirtle•2y ago
BlazeBin - njhyotweofef
A tool for sharing your source code with the world!
Squirtle
Squirtle•2y ago
BlazeBin - psttwwwywjdt
A tool for sharing your source code with the world!
Squirtle
Squirtle•2y ago
it is that one the earlier had the text not changed it
Pobiega
Pobiega•2y ago
Alright, so you read a whole bunch of numbers, and at glance it seems to work so whats the problem? you have stored their numbers in an int array called siffra
Squirtle
Squirtle•2y ago
yeah
Pobiega
Pobiega•2y ago
so whats not working properly? what do you not know how to do?