DEV Community

Cover image for Day 06: Unveiling the Magic of INTRODUCTION in Java, C++, Python, and Kotlin! πŸš€
Nitin-bhatt46
Nitin-bhatt46

Posted on

Day 06: Unveiling the Magic of INTRODUCTION in Java, C++, Python, and Kotlin! πŸš€

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)