'If, If-Else, Switch' statements come in which statements?

'If, If-Else, Switch' statements come in which statements?

اف، اف ایلس، سوئیچ اف بیانات کس بیان میں آتے ہیں؟
Explanation

If, If-Else, and Switch are used to make decisions based on conditions in programming.

These are known as Conditional Statements because they execute code only if certain conditions are met.