Need to solve this problems :)

Write program that prints out as follow:

1.unsigned integer 40000 left-justified in a 15-digit field.

2.12.3456 left-justified in a 15-digit field with 3 digits after the decimal point.

3.200 with and without a plus sign.

4.100 in hexadecimal form preceded by 0x.

5.1.234 in a 9-digit field with preceding zeros.


Please help me out with this tasks . Thanks a lot :).

Topic archived. No new replies allowed.