Answer:
A multiline block statement uses symbol "/*", "*/ " at the beginning and end respectively.
Step-by-step explanation:
At the beginning of a multiline block comment /* symbol is used.
At the end of a multiline block comment */ symbol is used.
Thus, a multiline block statement uses symbol "/*", "*/ " at the beginning and end respectively.