This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
// Main contributors (me and my friends) <3 | |
// Rudrajeet (Me) | |
// Kumar Abhiraj | |
// Koushiki | |
// Avick | |
// Gizangshu | |
// Diparati | |
// Prajakta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## This program is written for my school assignment. | |
ELEMENTS = ( | |
"H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne", | |
"Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar", "K", "Ca", | |
"Sc", "Ti", "V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn", | |
"Ga", "Ge", "As", "Se", "Br", "Kr", "Rb", "Sr", "Y", "Zr", | |
"Nb", "Mo", "Tc", "Ru", "Rh", "Pd", "Ag", "Cd", "In", "Sn", | |
"Sb", "Te", "I", "Xe", "Cs", "Ba", "La", "Ce", "Pr", "Nd", | |
"Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb", |