I was trying to format the String "2%" using the following code String.format("s%2", 2) and I got java.util.UnknownFormatConversionException: Conversion = 'End of String'.
So with the above result commes the questing how can I add '%' as a member of the output on the String
%by doubling. Also the conversion needs to start with a%so try"%s%%".