Entry Level Programming ā€œTestsā€? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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