Answers for "how to add twon numebr"

0

how to add twon numebr

int x = 5;
int y = 6;
int sum = x + y;
cout << sum;
Posted by: Guest on April-09-2021

Browse Popular Code Answers by Language