What does this code print?
NSString *val = @"1.23"; NSLog(@"%.04f", val.floatValue);
1.2300
This code is invalid
1
.04