Question: Q1) Write a Python program to read the salary for N employees. Your program should find and print : average of salaries that are between

 Q1) Write a Python program to read the salary for N

Q1) Write a Python program to read the salary for N employees. Your program should find and print : average of salaries that are between 500 and 700. Q2) write a python program to read integers until entering -1. Count how many integers of them are multiple of five. Q3) Find the output: s=1 for i in range(10,4,-2): s=s*i print(s) print(i) X=6 y=20 while x

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 Accounting Questions!