2026-05-11 22:15
#include<stdio.h>
int main(void) {
int a, b;
printf("Enter two numbers: ");
scanf("%d\n%d\n", &a, &b);
printf("%d + %d = %d\n", a, b, a+b);
return 0;
}
About Us|Disclaimer|Copyright Notice|Infringement Report|Privacy Policy|Contact Us
Copyright © 2026 eLLeNow.com All Rights Reserved.