Design a visual basic form to enter three numbers and find the greatest and smallest numbers.
if you don't know the answer please don't say anything.
And if you know the answer please tell step by step or you can write in copy and send .
please please answer quickly.
Answers
Answered by
5
Answer:
I will try to do this in python language.
Don't mind if I was wrong.....
num1 = input("Enter first number")
num2 = input("Enter second number")
num3 = input("Enter third number")
numbers = [ num1 , num2, num3 ]
Number_ greatest = numbers.max()
Number_smallest = number.min()
print(Number_greastest)
print(Number_smallest)
Answered by
1
Answer:
CLS
INPUT "ENTER A NO. " a
INPUT " ENTER A NO." b
INPUT " ENTER A NO." c
NUMBERS= [ no.-a, no.-b, no.-c]
GREATEST NUMBER = " number.max()
SMALLEST NUMBER =" number.min ()
PRINT " the greatest no. "
PRINT " the smallest no. "
END
Similar questions
Hindi,
3 months ago
Computer Science,
3 months ago
English,
6 months ago
History,
6 months ago
Political Science,
10 months ago