Answer:
Look below for Example:
Step-by-step explanation:
Sry but IF statements are different for every programming language:
For in JavaScript the if statement would be:
==============================================
if (condition){
document.write("Js Example");
}
===============================================
Every language is different this just an example sry best of luck
================================================================