code:
#include<stdio.h>
int main(){
int a,b;
printf("Enter the two numbers for addition:");
scanf("%d %d",&a,&b);
printf("\n%d",a+b);
return 0;
}
code:
#include<stdio.h>
int main(){
int a,b;
printf("Enter the two numbers for addition:");
scanf("%d %d",&a,&b);
printf("\n%d",a+b);
return 0;
}
For further actions, you may consider blocking this person and/or reporting abuse
Aditya Pratap Bhuyan -
Abhay Singh Kathayat -
ksanaka -
Jess Lee -
Top comments (0)