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.

Conditional statements - Tamil

998 visits



Outline:

if conditional statement சில் condition ஐ சோதிக்கப்பயன்படுகிறது அந்த condition பூர்த்தியடைகிறது எனில் code ன் ஒரு பகுதியை இயக்கும். if-else conditional statement சில condition ஐ சோதிக்கப் பயன்படுகிறது அந்த condition பூர்த்தியடைகிறது எனில் code ன் ஒரு பகுதியை இயக்கும் இல்லையெனில் else தொகுதியினுள் எழுதப்பட்ட code ஐ இயக்கும்.