whitespace is used strictly to improve code readability and does not affect code function. true false

whitespace is used strictly to improve code readability and does not affect code function. true false

whitespace is used strictly to improve code readability and does not affect code function. true false

Answer

Brief Explanations:

In most programming languages, whitespace like spaces, tabs, and new - lines are used only to make the code more readable for humans. The compiler or interpreter ignores them when executing the code, so they do not affect code functionality.

Answer:

True