hi,
I have four variables (x and y),(a and b). i want to find out number of state which these variables can attain.
Example :
1) x=2 ,y =5 , a= 0 , b=2 ( that is a and b is less than x and y)
2) x=2 ,y =5 , a= 0 , b=2 ( that is a is less than x and b equal to x)
3) x=2 ,y =5 , a= 0 , b=3 (...