subject

Write a python program that will accept monthly salary amounts greater than zero but less than or equal to 400,000.00 until the user enters the character β€˜e’. After the user

enters the character β€˜e’, calculate the net pay of all salaries by deducting income tax at

a rate of 25%, pension of 5% and housing contribution of 2% from each salary

entered. Additionally, print the number of salaries that were entered in the program

along with the number of salaries that exceed 300,000.00

write a python program
The English alphabet has 26 letters starting from A and ending with Z. If we map the

first 26 numbers i. e 1 through to 26 to each letter in the alphabet, we could encode

messages using numbers. For example, 123 could be represented as β€˜ABC’ and 26 could

be the letter β€˜Z’. Write a program that accepts 10 integers from the user ranging from 1

- 26. After accepting the values, the program should determine and print the

corresponding letters.​

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 25.06.2019 07:00
Afile named data.txt contains an unknown number of lines, each consisting of a single integer. write some code that creates two files, dataplus.txt and dataminus.txt, and copies all the lines of data1.txt that have positive integers to dataplus.txt, and all the lines of data1.txt that have negative integers to dataminus.txt. zeros are not copied anywhere.
Answers: 2
question
Computers and Technology, 25.06.2019 08:10
Which of the following statements is false? a. package access is rarely used. b. use the access modifier package to give a method or variable package access. c. classes in the same source file are part of the same package. d. if a program uses multiple classes from the same package, these classes can access each other's package access members directly through references to objects of the appropriate classes, or in the case of static members, through the class name.
Answers: 1
question
Computers and Technology, 25.06.2019 08:50
A-12.3 an american spy is deep undercover in the hostile country of phonemia. in order not to waste scarce resources, any time he wants to send a message back home, he removes all the punctuation from his message and converts all the letters to uppercase. so, for example, to send the message, β€œabort the plan! meet at the dark cabin.” he would transmit given such a string, s, of n uppercase letters, describe an efficient way of breaking it into a sequence of valid english words. you may assume that you have a function, valid(s), which can take a character string, s, and return true if and only if s is a valid english word. what is the running time of your algorithm, assuming each call to the function, valid, runs in o(1) time?
Answers: 3
question
Computers and Technology, 25.06.2019 10:30
How do you transfer an image onto a computer
Answers: 2
You know the right answer?
Write a python program that will accept monthly salary amounts greater than zero but less than or e...
Questions
question
Mathematics, 14.04.2021 20:50
question
Mathematics, 14.04.2021 20:50
question
Mathematics, 14.04.2021 20:50
question
Social Studies, 14.04.2021 20:50
question
Mathematics, 14.04.2021 20:50