99.8k views
0 votes
Which symbol is at the beginning and end of a multiline comment block? ### &&& %%% """

User Anjnkmr
by
3.7k points

1 Answer

2 votes

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.

User Kelly Norton
by
3.6k points