DEV Community

Cover image for Day 07: Unveiling the Magic of INTRODUCTION in Java, C++, Python, and Kotlin!
Nitin-bhatt46
Nitin-bhatt46

Posted on • Updated on

Day 07: Unveiling the Magic of INTRODUCTION in Java, C++, Python, and Kotlin!

DAY - 07

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 :-

For Loop in advance

Print number from 280 to 250 with the help of for loop. ( sequence )

Print char from β€˜A’ to β€˜Z’ with the help of a for loop. ( capital_alphabet )

Print char from β€˜Z’ to β€˜A’ with the help of a for loop. (reverse_capital_alphabet )

There is an Arithmetic Progression, First number is 220 and Common Difference is 7. So print all the numbers from 220 to 730 which follow the AP. ( ap7)

Print Sum of square of first n natural number. ( sqsum)

Print Sum of cube of first n natural number (cusum)

Print nth Fibonacci number. (fibonacci_for)

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)