DAY - 06
For more Tech content Join us on linkedin click here
All the code snippets in this journey are available on my GitHub repository. π Feel free to explore and collaborate: Git Repository
Todayβs Learning :-
Mostly used loop format is for.
Taking most of the learning with giving most time to practise loop.
Dry run is the key while you are learning the loop.
For Loop
Print βIndia will win the World Cup 2023β, 20 times. ( india )
Print all Odd numbers from 1 to n, take n as an input from the user. ( odd_num )
Print all numbers from 1 to n, which is divisible by 4. Take n as an input from the user. (table4)
Print a to z ( a2z )
Reverse counting n to 0. ( reversec )
Print 1 to 30 with a jump of 3. ( skip3 )
Feel free to reshare this post to enhance awareness and understanding of these fundamental concepts.
Code snippets are in Git repository.
π Thank you all for your time and support! π
Don't forget to catch me daily at 10:30 Am (Monday to Friday) for the latest updates on my programming journey! Let's continue to learn, grow, and inspire together! π»β¨
Top comments (0)