Because it say numeric value that means numers and words/letters aren't numbers so it will say not a numeric value :) hope it helps
ICloud because it links your old device to the new one
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])
___________________________