Using namespace std; 1 cout << "enter two numbers:" << endl; 2 int v1 = 0, v2 = 0; 3 cin >> v1 >> v2; 4 cout << "the sum of " << v1 << " and " << v2 < Read More
posted @ 2021-12-09 22:24 ethan178 Views(56) Comments(0) Diggs(0)