Answers
Answered by
0
Answer:
two numbers add
Explanation:
int a=10;
int b=2;
int add=a+b;
cout<<add<<;
answer
12
Similar questions