a) For loop
b) While loop
c) Do-While loop
d) Repeat-Until loop
For Explanation Click Here:
While “Repeat-Until” loops are present in some programming languages, they are not universally supported or considered a basic loop type. “For loop,” “While loop,” and “Do-While loop” are the standard types in most programming languages.