C# Variable Types

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