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)