#includestudio.h
Main()
{
Int a,b,sum;
a=10;
b=20;
Sum=a+b;
Printf ("sum=%d+%d=%d\n",a,b,sum);
}

Posted on by