What are good C# Problems to solve for practice? -
I'm still learning a lot. And want to improve my skills for future interviews. What are some simple C # to solve the problems? In the last interview I had a very simple problem, how do I struggle, I do not want to do it again.
I know that it was 2 months ago, so you probably now have become C # Master. )
But I like problems very well. They are all math problems, and these languages are not specific. They will not help you from C #P, but they will help wrap their mind in different ways to solve the problems.
As an example, the first question is:
If we list all the natural numbers below 10 which are multiples of 3 or 5 So we get 3, 5, 6 and 9. The sum of these multiples is 23.
Sum of all 1000 plus multiples of 3 or 5
I will not answer, but if you think about it, it is very easy to figure out with the code. I hope it is helpful and good luck.
-jb
Comments
Post a Comment