Take 2 inputs from user and print the sum | Ameer Yousuf
Ameer Yousuf
January 31, 2021
0 Comments
CODE: #include<iostream> using namespace std; int main(){ int a,b,c; cout<<"Enter the First number: "; cin>&...
Read More