Data Types

Summary

  • Memory only stores binary data
    • Anything can be represented in binary
  • Programs determines what the binary represents
  • Basic types that are universally useful are provided by the languag

Basic Data Types

Boolean

Integer

Double / Float

Character

Warning

Characters are always represented via single quotation mark ' '
While strings always use double quotation marks " "

String