Data type conversion
Which of the following is/are true?
- A string value can be assigned to a single-precision property
- An integer value can be assigned to a string property
- A single-precision value can be assigned to a double-precision property
- A double-precision value can be assigned to a single-precision property
- You can convert strings to single-precision numbers
- You can convert single-precision numbers to strings
- An integer string can be assigned to a double-precision property
Explain your answer.