Images

Which of the following are true?
  1. You can assign a picture to the Image property of a PictureBox
  2. You can assign a number to the Image property of a PictureBox
  3. You can assign a string to the Image property of a PictureBox
  4. Executing the Hide method of a PictureBox has the same effect as assigning the value false to its Visible property.
  5. Executing the Show method of a PictureBox has the same effect as assigning the value true to its Visible property.

Explain your answers.