Skip to Content
0
Former Member
Aug 28, 2009 at 12:36 PM

Please explain the logic

52 Views

Hi all,

The output of the following program is 1.

***************************************************

DATA: pack TYPE p DECIMALS 0.

pack = 1 / 3 * 3.

WRITE pack.

***************************************************

Please explain me the logic.

Regards,

Lakshmanan