Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

If Statement - Telugu

1964 visits



Outline:

If Statement if statement - use this statement to execute some code only if a specified condition is true. if...else statement - use this statement to execute some code if a condition is true and another code if the condition is false. if...elseif....else statement - use this statement to select one of several blocks of code to be executed.