Answer:
folders
Explanation:
it is a very good way to keep your desktop organized and keep tidy
The program to ask the user to input the number of hours a person has worked in a week and the pay rate per hour is as written below.
<h3>How to write a Python Program?</h3>
To write this program, we will pay the hourly rate for the hours up to 40 and 1.5 times the hourly rate for all hours worked above 40 hours. Thus
hrs = input("Enter Hours:")
h = float(hrs)
xx = input("Enter the Rate:")
x = float(xx)
if h <= 40:
print( h * x)
elif h > 40:
print(40* x + (h-40)*1.5*x)
Read more about Python Program at; brainly.com/question/26497128
#SPJ1
Answer:
<u>Flash player is a plug-in</u> created by Adobe used to run multimedia content and internet applications through your web browser.
Explanation:
<u><em>taken from Wikipedia:</em></u>
"Adobe Flash Player is computer software for content created on the Adobe Flash platform. Flash Player is capable of viewing multimedia contents, executing rich Internet applications, and streaming audio and video. In addition, Flash Player can run from a web browser as a browser plug-in or on supported mobile devices."
<u><em>taken from flash player faq website:</em></u>
"Adobe supports the latest version of Flash Player available. Older versions of Flash Player are not supported and all users are strongly recommended to update to the latest version to receive all security updates available. Support for Flash Player will continue until December 31st, 2020"