num1 = float(input("Enter the first number: "))
num2 = float(input("Enter the second number: "))
operation = input("Which operation are you performing? (a/s/m/d) ")
if operation == "a":
print("{} + {} = {}".format(num1, num2, num1+num2))
elif operation == "s":
print("{} - {} = {}".format(num1, num2, num1-num2))
elif operation == "m":
print("{} * {} = {}".format(num1, num2, num1*num2))
elif operation == "d":
print("{} / {} = {}".format(num1, num2, num1/num2))
I hope this helps!
Explanation:
Technology is a method or skill of utilizing scientific information to reach the goals that include computers, machines and also different techniques.
Advantage of using technology
- Information can be quickly stored and shared very easily.
- Technology is used in all companies and businesses to achieve the tasks in a short period with efficiency,
- Technology has reduces the human errors that have helped to reduce the work stress.
Disadvantages of using technology
- Corruption and terrorism have increased due to advancements in technology.
- with the help of technology, digital and data manipulation is done.
- Too much connected or dependent on technology can cause several psychological problems such as narcissism,depressions, distraction.
- Using too much of technology can affect physical health such as vision problems, hearing problems, neck strain.
Answer:
The steps required to add a bibliography after adding the sources of the information contained in the document and marking the references made in the text, are;
1. Click to select insertion point of the bibliography
2. Select the Reference tab by clicking on the Reference tab in the ribbon
3. Within the Citations & Bibliography group, select Bibliography to open a dropdown list of bibliography format
4. Select the applicable format
5. By selecting the desired bibliography format, the bibliography is inserted at the selected insertion point of the document
Explanation: