Libishree / Add-two-integers-
#include <stdio.h> int main() { int number1, number2, sum; printf("Enter two integers: "); scanf("%d %d", &number1, &number2); // calculate the sum sum = number1 + number2; printf("%d + %d = %d", number1, number2, sum); return 0; }
☆45Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for Add-two-integers-
- Printing pattern using loops☆44Updated 6 months ago
- #include <stdio.h> int main() { int number1, number2, sum; printf("Enter two integers: "); scanf("%d %d", &number1,…☆43Updated 6 months ago
- ☆42Updated 6 months ago
- ☆42Updated 6 months ago
- ☆42Updated 7 months ago
- ☆42Updated 7 months ago
- ☆53Updated 7 months ago
- ☆42Updated 6 months ago
- ☆38Updated 6 months ago
- ☆38Updated 6 months ago
- ☆38Updated 6 months ago
- ☆44Updated 6 months ago
- ☆42Updated 6 months ago
- ☆55Updated 7 months ago
- ☆33Updated 6 months ago
- ☆10Updated 7 months ago
- ☆10Updated 7 months ago
- ☆10Updated last year
- ☆13Updated 6 months ago
- ☆15Updated 7 months ago
- ☆14Updated 7 months ago
- ☆14Updated 6 months ago
- ☆15Updated 6 months ago
- Config files for my GitHub profile.☆14Updated 6 months ago
- #include <stdio.h> int main() { int n, i; unsigned long long fact = 1; printf("Enter an integer: "); scanf("%d", &n); // shows error if t…☆17Updated 7 months ago
- ☆19Updated 7 months ago
- ☆14Updated 6 months ago