Computer Science, asked by Craftsbymaha, 2 months ago

Consider a binary file Employee.dat containing details such as empno:ename:salary (separator ‘ :’). Write a python function to display details of those employees who are earning between 20000 and 40000.(both values inclusive)​

Answers

Answered by ronimondalm21
0

Answer:

Consider a binary file Employee.dat containing details such as empno:ename:salary (separator ‘ :’). Write a python function to display details of those employees who are earning between 20000 and 40000.(both values inclusive)

Similar questions