InterviewSolution
Saved Bookmarks
| 1. |
(computer science) Q. Wap to display the sum of two numbers?Ans:::# includeint main( ) { int x , y , sum;coutx>>y;sum=x+y ;cout |
|
Answer» I don't KNOW EXPLANATION:HOPE you UNDERSTAND |
|