Summary

In this module, you learned how to declare variables and a few primitive data types. The variable's data type is implicitly set by the value assigned to it. You can concatenate the variables of the same data type using the + operator. Trying to concatenate variables of different types gives a runtime error. Lastly, you studied the naming conventions for various kinds of entities. In the next module, you will learn another important data type - strings.

Complete and Continue