C# Variable Types
Across
- 1. Small integer in the range –32,768 to +32,767
- 4. Single Unicode character
- 5. Single-precision floating-point numbers, six digits of accuracy
- 7. Double-precision floating-point numbers, 14 digits of accuracy
- 9. Alphanumeric data: letters, digits, and other characters
- 11. true or false values
Down
- 2. Any type of data
- 3. 1/1/0001 00:00:00 t0 12/31/9999 23:59:59
- 6. Larger whole numbers
- 7. Decimal fractions, such as dollars & cents, precision of 28 digits
- 8. 0 to 255, binary data
- 10. Whole numbers in the range –2,147,483,648 to +2,147,483,647