+ 1
I finished BASIC and CONDITIONALS AND LOOPS module in c++,i wanna practicing it before proceed, is there any project i can do?
simple project/ or quiz.. like exercise book
3 Respostas
+ 2
Ishaq Ezekiah
Try Implementing, all sorts of sorting.
1.Heap Sort
2. Bubble Sort
3.Insertion Sort
+ 2
See this
https://code.sololearn.com/WDj7OlB8J2Qm/?ref=app
It is completely based on loops and conditional statements.
But in js , you can try to make it in c++.
Hope this helps☺️☺️.
+ 1
Thanks, i'll jump into it