...* **Double:** A double is a number with a larger range than a float.
* **Boolean:** A boolean is a value that can be either true or false.
##User-defined Data Types
In addition to the basic data types, C# also allows you to create your own user-defined data types. User-defined data types...