Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Blogs / DaxGeek / Conditional Statements

Conditional Statements

Conditional statements in programming define conditions under which certain
functions are performed. Conditional statements use logical expressions that are
evaluated and return a value of either
true or false. There are three primary
conditional statements:
• If statement• Switch statement• Ternary operators
All these statements are evaluated using operators.

Best Regards,
Hossein Karimi

Comments

*This post is locked for comments