WAP to display the smallest and Largest number out of 2 input number
Eg: Input
num1=10;
num2=30;
Output:
Smallest: 10
Largest: 30
Published By : Sunita Chhetry
WAP to display the smallest and Largest number out of 2 input number
Eg: Input
num1=10;
num2=30;
Output:
Smallest: 10
Largest: 30