What is looping?Why looping statements are used in Php?
Answers
Answered by
4
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.
HOPE IT WILL HELP.
PLEASE MARK ME AS BRAINLIEST✌
Answered by
0
Answer:
for traversing through a given amount of data for doing a particular operation on each individual data
eg. a list of numbers
Similar questions