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