0
Pls how will I use the loop for programming because I am confuse
3 Answers
+ 1
Mention the language name in tags ,ty
A simple for Loop in python
For i in range(5):
Print("hello")
It will print hello 5 times
And you should actually try writing code ,if you do you will find yourself using them most of the time
+ 1
The program name is java
+ 1
Thank u