lol, how do I indent for each line, so the output would look like that ignore the dots: ...1 ...2 ...3 ...7 ...9 .10 .11 .12 .13 output.print("what should I put here or anywhere?????"+ num); please help.
f means format printf stands for print formatted http://en.wikipedia.org/wiki/Printf int means integer >.<
if i recall correctly, f means floating point, d means decimal(integer), and s means string. Can anyone verify this?