Collection of patterns and questions I learnt in cpp, based on loops only. Click the pattern/question name to see the code for the particular pattern. Updating more as I learn new ones.
5. Simple Rectangle Numeric Pattern
6. Hollow Rectangle Numeric Pattern
7. Center Triangle Numeric Pattern
8. Left Triangle Numeric Pattern
9. Alternate Numeric Rectangular Pattern
10. Left Numeric Triangle Pattern
11. Reverse Numeric Rectangle Pattern
12. Reverse Numeric Triangle Pattern
13. Simple Numeric Count Pattern
14. Count the number of digits in a given number by user.
15. Find the Sum of digits in a given number by user.
16. Reverse the digits of a number.
17. Binary to Decimal Conversion.