Answer:
Please check the attachment.
Explanation:
Please check the attachment for the program in python.
MS-DOS is a command-line operating system.
Therefore, the best answer is Command-line.
Answer:
num1 = int(input("Enter number 1: "))
num2 = int(input("Enter number 2: "))
choice = input("Do you want to multiply them?: ")
if choice.capitalize() == "Yes":
print(num1 * num2)
else:
print("Peace out.")
Explanation:
Gg ez.
(I wrote the it in python because I don't know what language you want it in. Next time, say what language you want.)
Answer:
Router
Explanation:
Router -
It is a networking device which helps to forward the data packets between the networks of the computer .
It acts as a traffic director in the internet .
The data which is sent via internet is made into data packets . And then the packet is forwarded from one router to another , until the packed reaches its destination .
The function given in the question is about router .