203k views
2 votes
Select the correct navigational path to creat the function syntax to use the IF function.

Select the correct navigational path to creat the function syntax to use the IF function-example-1

2 Answers

1 vote

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

================================================================

User Rtaft
by
4.3k points
3 votes

Answer:

1) logical

2) =

3) IF

Step-by-step explanation:

User Yoshikage Kira
by
3.5k points