A conditional structure takes out of possible multiple paths given a condition. A looping structure, on the other hand, repeats the same steps while a specific condition is still met. Examples:
Conditional:
if (x 5)
//do action
end while
Chat with our AI personalities