Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Accounting questions