Skip to content

Instantly share code, notes, and snippets.

View Rubiromi's full-sized avatar

Hiromi De Young Rubiromi

View GitHub Profile
  1. What is the difference between a local variable, and an instance variable?

local variable only passes in a same block. instant variable passes between blocks in the same class and we name it with @ in beginning.

  1. What is the datatype of "DevPoint Labs"?

String

  1. Assign the number 10 to the local variable n.