Question: Construct an algorithm [in comment lines) and write a python program using user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries] to find

 Construct an algorithm [in comment lines) and write a python programusing user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries]

Construct an algorithm [in comment lines) and write a python program using user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries] to find out the person who gets second highest and second lowest salary respectively. For example: t Input [{"id":1001,"name":"abc", "salary":10000},{"id":1002,"name":"def","salary":80000},{"id":1003,"name":"ghi","salary":100000}] Result :] 1002 1002

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!