What is the value of val after this code is executed?
NSString *val = @"1.23"; BOOL tf = val.boolValue;
This code is invalid
YES
1
NO