0
Python
#include <iostream> using namespace std; int main() { int a, b; cout << "Pehla number dijiye: "; cin >> a; cout << "Dosra number dijiye: "; cin >> b; cout << "Jama: " << a + b; return 0; }
1 Réponse
+ 4
Mudsair Malik ,
not quite clear what your issue or question is. can you please update your post?
you write `Pyton`, and also show a proper running c++ code.