What is true about do statement?
1
do statement executes the code of a loop at least once
2
do statement does not get execute if condition is not matched in the first iteration
3
do statement checks the condition at the beginning of the loop
4
do statement executes the code more than once always