Co(NH3)5NO2 Cl and Co (NH3)5NO2 Cl2 are related to each other as
Answers
Answered by
0
#include <iostream>
using namespace std;
int main()
{
int divisor, dividend, quotient, remainder;
cout << "Enter dividend: ";
cin >> dividend;
cout << "Enter divisor: ";
cin >> divisor;
quotient = dividend / divisor;
remainder = dividend % divisor;
cout << "Quotient = " << quotient << endl;
cout << "Remainder = " << remainder;
return 0;
}
aand bhand ka tola jo brainleist mark na kre uski g*** m >>>>>
Similar questions
Business Studies,
7 months ago
Physics,
7 months ago
English,
7 months ago
Environmental Sciences,
1 year ago
Physics,
1 year ago
Math,
1 year ago
Math,
1 year ago