Answer :

stigawithfun

Answer:

One key element in coding in any programming language is it's readability. Apart from adding comments to codes, another way to greatly enhance readability is by effective type declaration that are paramount in many programming languages such as Java, C, C++ and the likes. Type declaration allows for easy identification of data types and to differentiate between them. Not only does this enhance readability, it does also enhance optimal code-understandability.

Explanation:

Other Questions