I need a loop that can be put in 3 instances. I am not sure which loop I can find and I dont want to use a switch statement so can you help? I Already know the code just the loop for it.
Basically I want to
if (blabla)
{ then do this};
if (blabla2)
{ then do this};
if (blabla3)
{then do this};
Basically I want to
if (blabla)
{ then do this};
if (blabla2)
{ then do this};
if (blabla3)
{then do this};
Comment