Computer Science, asked by Drishtilekhwani, 1 year ago

write a q basic program to find the sum of two numbers​

Answers

Answered by misty2005vishwas
3

Cls

input a

input b

Let c = a + b

print c

End


fshd: dear
misty2005vishwas: I want to ask something
fshd: i know
misty2005vishwas: then tell ur id
fshd: lavsingh81
fshd: but why
fshd: bolo
fshd: misty
misty2005vishwas: random, check ur insta now
Answered by Aaru46
1

#include<stdio.h>

int main() {

int a, b, sum;

printf("\nEnter two no: ");

scanf("%d %d", &a, &b);

Similar questions