Name and explain another criterion by which languages can be judged

What common programming language statement, in your opinion, is
most detrimental to readability?

Java uses a right brace to mark the end of all compound statements.
What are the arguments for and against this design?

. Many languages distinguish between uppercase and lowercase letters in
user-defined names.

What are the pros and cons of this design decision?