Hi ,
I have a problem understanding how the formatting in the printf method is working.
The following method:
gives the output: +07 252. Why it is not: +07,252? Why it does not display ","?
Also
returns: > (123)<, Why it does not display a sign (-)?
Any help will be appreciated
Kamila