Entry Level Programming “Tests”? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Entry Level Programming “Tests”?

Does anyone know of any sites/apps/books that have entry level “tests” for people to take? I’ve taken an entry level to C++ class in college, and I am wanting to learn C#. Just curious if places exist with practice questions or scenarios to try fixing or creating code. Thank you in advance!

26th Jun 2021, 5:18 PM
Dylan Bruce
Dylan Bruce - avatar
2 Answers
+ 1
codewars for example is a never ending stream of programming puzzles, varying from very easy to very hard. Sololearn also has a few. Give those a shot! It also depends on what you mean by "test". Imo the best way to improve your coding is to just go ahead and write some code. Build small things, try to figure out how stuff works and test your knowledge in code. That's what got me into programming, you have infinite freedom and infinite topics to explore. Looking for a starting point? Make one of these, a mandelbrot set: https://i.stack.imgur.com/ER6mQ.jpg Or some chess computer. Or build a website with a C# backend. Anything goes :)
26th Jun 2021, 11:21 PM
Schindlabua
Schindlabua - avatar
+ 1
Great, thank you so much. Ive just recently decided I wanted to go into this field and wasn’t entirely sure where to start. Thanks for your help!
27th Jun 2021, 2:56 AM
Dylan Bruce
Dylan Bruce - avatar