task2


Sum of two numbers: 30
Document

task2.2


Before Swapping:
a = 10
b = 20

After swapping:
a = 20
b = 10