Condition question
#1

Hi, I have a question, if I use conditions like the next code will it work properly?

Код:
if(condition)
{
   //code1
}
else if(condition)
{
   //code2
}
else
{
   //code3
}
I mean will it return code3 if none of the first conditions is fullfilled?
Reply


Messages In This Thread
Condition question - by friezakinght - 04.08.2014, 16:28
Re: Condition question - by StuartD - 04.08.2014, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)