Which is used when a single block of statements is to be executed if the condition is true?

Which is used when a single block of statements is to be executed if the condition is true?

اگر حالت سچ ہے تو بیانات کے ایک ہی بلاک کو عملی جامہ پہنانے کے لئے کون سا استعمال کیا جاتا ہے؟
Explanation

An if statement executes a single block of code only if the given condition is true.

It is a conditional control structure.