CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Variable

  • somewhere in computer memory where you can store a value
  • you designate a variable by an identifier
  • variable has a type
  • why different types?
  • general rules:
  • variables are similar to objects but you cannot send messages to variables.