MCQS | Choose the correct expression

Question:Choose the correct expression

1.Int("123") returns error

2.Int("hello") returns nil

3.Int("10", radix: 2) returns 10 of Int type

4.Double("hello") returns hello