For any integer x & y ,min(x,y) and max(x,y)denote the minimum & maximum of x & y respectively. For ex., Min(5,2)=2 and Max(5,2)=5. For the integer w , what is the value of min(10,w)?
1. w = max(20,z) for some integer z
2. w = max(10,w)
1. w = max(20,z) for some integer z
2. w = max(10,w)
Himanshu Chauhan












