DATA: a TYPE i, b TYPE i, c TYPE i, d TYPE i. *Using Mathematical Expressions a = 10 + 20. b = 20 - 10. c = 10 * 2. d = 100 / 2. WRITE:/ 'Using Expressions'. WRITE:/ a, b, c, d. *Using Keywords add 10 to a. subtract 5 from b. multiply c by 2. divide d by 2. WRITE:/ 'Using Keywords'. WRITE:/ a, b, c, d.
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Deputy Manager
Contact : serkurumsal@yandex.com
0 Comments