Computer Science, asked by as6291503163, 6 months ago


4. Write program using Basic 256
i. Write a program to print the summation of any
two numbers​

Answers

Answered by CdtRaghib
0

Explanation:

int x,y;

cin>>x>>y;

cout<<x+y<<endl;

Hope it will help you.

Similar questions