0
Are there any practice problems for beginners in C++?
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
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...
0
You can solve challenges in hackerrank.com. There are good questions in it.