**Before watching this make sure that you’ve tried enough**
#include <stdio.h> int main() { int A,B,SOMA; scanf("%d%d",&A,&B); SOMA = A + B; printf("SOMA = %d\n",SOMA); return 0; }
If this solution helped you, please share this with your friends.
**Before watching this make sure that you’ve tried enough**
#include <stdio.h> int main() { int A,B,SOMA; scanf("%d%d",&A,&B); SOMA = A + B; printf("SOMA = %d\n",SOMA); return 0; }
If this solution helped you, please share this with your friends.