WAP to display the smallest and Largest number among 3 Input Numbers
Eg: Input
num1=5;
num2=2;
num3=10;
Output:
Smallest: 2
Largest: 10
Published By : Sunita Chhetry
WAP to display the smallest and Largest number among 3 Input Numbers
Eg: Input
num1=5;
num2=2;
num3=10;
Output:
Smallest: 2
Largest: 10