In the mail merge process, apply ________ rule to make a decision

A) If Else Then B) If Then Else C) Then If Else D) If Then Not

B

Computer Science & Information Technology

You might also like to view...

A data source that is created in Word is saved as a(n) ________ file

Fill in the blank(s) with correct word

Computer Science & Information Technology

What will be output from the following code:

``` public void t e s t 5 ( ) f int x = 2 ; int y = 0 ; while ( x < 10 j j y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology