The device which typically combines the capabilities of a scanner , fax ,and copying machine is called an input device.
Answer:
I'll be using python:
__________________________
a=int(input("Enter a number :"))
b=int(input("Enter another number :"))
c=int(input("Enter last number :"))
lis=[a,b,c]
sort=sorted(lis)
print("The largest number is:", sort[1])
___________________________
Answer:
Pseudocode and flowchart.
Explanation:
I just got it correct.