WELCOME!

Algorithms! ♪

Welcome to my website! This is a F2U template.

Hi there ! Welcome to my website.
This is the live preview of the "Lucky! ☆" F2U template by Swirl ♪. I hope you like it. (◠‿◠)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacinia, ligula ut bibendum gravida, ipsum ipsum interdum ex, vel dictum elit lorem id sapien. Quisque euismod, turpis vel hendrerit tristique, odio lorem feugiat nisi, vel volutpat libero sapien id odio. Nulla facilisi. Duis convallis ac nisl in dignissim.

algorithms!

an algorithm is a finite sequence of well definied instructions that are used to solve a problem or perform a compitation ♪(´▽`)

loops!

What are loops? loops are control structures that allow a sequence of code to be exectured repeatedly.loops continue executing until a specific condition is met ♪(´▽`)

TYPES OF LOOPS! The 2 main loops are while loops and for loops. While loops are used when the loop should continue until a specific condition is false. For loops are used when the nunber of iterations is known beforehand.
Template by swirl Code Here