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