#lopps is used for when you want to run something n times contineously , then we use. # there are two type of loops # 1) for loops --> when you know how many time to executed. # 2)while loops--> when ...