Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. A statement block is a

  2. A.

     conditional block

    B.

     block that contains a single statement

    C.

     Both conditional block and single statement

    D.

     block that combines multiple statements into a single compound statement

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    A statement block is a block that combines more than one statements into a single compound statement for ease.


Be The First To Comment