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; }

2nd Jul 2025, 7:31 PM
Mudsair Malik
Mudsair Malik - avatar
1 Respuesta
+ 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.
2nd Jul 2025, 7:58 PM
Lothar
Lothar - avatar