Question: Write a Python program that ask the user to enter their salary last year and this year. After that, add the two salaries together. Then
Write a Python program that ask the user to enter their salary last year and this year. After that, add the
two salaries together. Then display of the sum of the salaries.
Example:
Please enter your salary from last year:
Please enter your salary from this year:
of both salaries combined is:
Note: Please save your solution as problempy
Write a Python program that ask the user to enter an integer. After that, determine if the number entered
is even or odd.
Example:
Please enter an integer:
The number you entered is odd
Note: Please save your solution as problempy
Write a Python program that ask for an integer from to Then display the number in English. If the
user enters a number that is not from that range, give them an error message.
Example :
Please enter an integer from to :
You entered four
Example :
Please enter an integer from to :
The number you entered is not in the range of to
Note: Please save your solution as problempy
Submission Note: Please make sure you zip your files together and name the zip file
codingproblemFirstNameLastName.zip Please make sure you comment your code where necessary for full
credit.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
