Write a program to input the day of a week and print holiday if it is Saturday

Answers

Answer 1
Answer: DAY=int(input(“Please enter the number of day: ”))
if DAY==1:
… print(“The day is Monday and a working day”)
…elif DAY==2:
… print(“The day is Tuesday and a working day”)
…elif DAY==3:
… print(“The day is Wednesday and a working day”)
…elif DAY==4:
… print(“The day is Thursday and a working day”)
…elif DAY==5:
… print(“The day is Friday and a working day”)
…elif DAY==6:
… print(“The day is Saturday and a holiday”)
…elif DAY==7:
… print(“The day is Sunday and a working day”)
…else:
… print(“Invalid number”)

Related Questions

Which of the following is NOT one of the MOST common uses of Twitter? Posting the idea of the moment, Making 4 contacts, Sharing web links, Or Organizing a political gathering?
All of the following are aspects of the search process except?
To use the AutoCalculate area, select the range of cells containing the numbers for a calculation you want to verify and then press and hold or double-click the AutoCalculate area to display the Customize Status Bar shortcut menu.
Which of the following is a system management tool?
Web r sum s are posted to the Internet in HTML format. Please select the best answer from the choices provideda. True b. False

Chris wants to view a travel blog her friend just created. Which tool will she use? 1. HTML
2. Web Browser
3. Test Editor
4. Application software

Answers

I think that number 1 HTML

the answer is correct mark me as brain list

Answer:

Actually they are wrong the answer is Web Browser!

Explanation:

At your job, you often have to address letters to the customer support manager, Tyson Kajewski. The problem is that you are constantly misspelling her last name Kajewksy. Which of the following Word features would probably be the easiest way to handle this problem?

Answers

Input his name in the dictionary function, you can also copy the given name an paste as much as you need

What is you full name ?​

Answers

Answer:

Name: Whydoyouneedtoknow

Answer: Deshawn Reshawn Burgess

Explanation:

My full name

Give two examples of desktop publishing software

Answers

There are quite a lot of desktop publishing software as of today.
I'll give you the names of some of it.
- Adobe inDesign - one of the most popular
- Corel Draw
- Microsoft Publisher
- Serif
- Ultra Xml
And more.
There are actually a lot if you are just about to check in the internet.

A small network used for communication between personal computing devices is known as?

Answers

LAN  which stands for Local Area Network

The term firmware refers to programs embedded into hardware devices. This software only changes when a firmware upgrade is performed.A. TrueB. False

Answers

Answer:

True

Explanation:

Firmware are software programs embedded in hardware devices such as hard drives and BIOS, that allow these hardware devices to run properly. With the help of firmware, user programs can run on devices. Firmware programs hardly change throughout their lifetime except and upgrade is performed on them. Firmware are usually upgraded to fix bugs and maybe to add new features to them.

Examples of firmware are;

(i) programs written for a printer

(ii) software controlling the time in a washing machine.