**Before watch this make sure that you’ve tried enough**
#include<stdio.h> int main() { int A,B,X; scanf("%d %d",&A,&B); X = A + B; printf("X = %d\n",X); return 0; }
**Before watch this make sure that you’ve tried enough**
#include<stdio.h> int main() { int A,B,X; scanf("%d %d",&A,&B); X = A + B; printf("X = %d\n",X); return 0; }