You are on page 1of 1

int main()

{int a1,b1,c1;
a1=b1+c1*70;
printf("%d",a1);
/* end of first program */
}

You might also like