Computer Science, asked by kuriawairore1, 6 hours ago

write the program using c/c++

Attachments:

Answers

Answered by mh3705748
0

Answer:

two numbers add

Explanation:

int a=10;

int b=2;

int add=a+b;

cout<<add<<;

answer

12

Similar questions