Chemistry, asked by mahek8376, 1 year ago

118 elements with symbols atomic no and no of proton,neutrons,electrons distribution electrons valency vidmate

Answers

Answered by piyushatre29
2

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

}

mahek ji namaste

Answered by hemant2736
0

Answer:

118 elements with symbols atomic no and no of proton,neutrons,electrons distribution electrons valency vidmate

Similar questions