C++

1 (Whereas Format and ToString produce a new string, WriteLine only writes it to the screen.) 2 3 # means nothing will be printed if nothing is there. Change it to 0 to see the effect. 0 means if nothing is there a 0 is printed. ................
................