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
#2

You're correct, yes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)