0

Are there any practice problems for beginners in C++?

21st Apr 2018, 11:48 PM
YouSef EStefan
YouSef EStefan - avatar
3 Answers
+ 2
Actually there are coding challenges there. But they are noy categorized by the level of coders. But I think beginees can also solve those problems. The recent problem is here. Try to silve it in C++. https://www.sololearn.com/learn/4472/?ref=app
21st Apr 2018, 11:55 PM
Mohammad Nazmul Hossain
Mohammad Nazmul Hossain - avatar
0
Some ideas of the top of my head - Program that calculates rectangle area - Print out numbers 1-100 that are even - Make the following patterns with loops (extra: let user decide number of rows): 1 12 123... 1 23 456... 1 13 137...
22nd Apr 2018, 12:03 AM
TurtleShell
TurtleShell - avatar
0
You can solve challenges in hackerrank.com. There are good questions in it.
22nd Apr 2018, 12:53 AM
Kemal Çaymaz
Kemal Çaymaz - avatar