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)