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