asked 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

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

answered
User Rtaft
by
8.0k points
3 votes

Answer:

1) logical

2) =

3) IF

Step-by-step explanation:

answered
User Yoshikage Kira
by
7.5k points