Question: 2. For second task you will write a function (not a class method) that takes a list of elements as parameter and returns nothing. Function

 2. For second task you will write a function (not a

2. For second task you will write a function (not a class method) that takes a list of elements as parameter and returns nothing. Function will check whether the elements in the list can create compounds or not. There are 3 types of compounds and rules to create them can be found below. Rules for creating a compound: a. Any number of metals can create an alloy. b. A metal and any number of nonmetals can create ionic compounds or salts C. Any number of nonmetals together can create molecular compounds If your list parameter includes a group that fits the rules above, your function should print which type of compound they may create. Lastly, add exception handling to your function. If the given list includes elements that does not fit any of the rules above, the function will throw an exception. Create a user defined exception class and handle it. Test this function in your main by sending 2 different list of elements from combinations of 4 elements you have created

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!