Solutions 2A

Day 2, Exercise 2A

  1. x=5
  2. String
  3. No, it's a variable assigned to an integer.
  4. "YOLO"
  5. "Coolio"
  6. Type error. Cannot convert intger (FixNum) to String.
  7. "Batwoman"
  8. "Miley"
  9. rapper[0]
  10. rapper[0..2]