if the no of inputs is 3 and their ranges are
1,100
1,100
1,100
(could be varied too)
The output is not coming,can anyone correct the code or tell me what's wrong?
It accepts number of variables and their ranges, i.e the maximum and minimum values those variables can get. Then it performs bpundary value analysis and prints the output like the table shown. Minimum value, maximum value, min value + 1, max value + 1, nominal value. maybe this link can make you understand en.wikipedia.org/wiki/Boundary-value_analysis
[code]"Please use code tags"[/code]
The code executes sequentially from top to bottom.
Arrays don't get resized. Their size is fixed at [i]compile[/t] time.
Array index goes from 0 to n-1
I don't know what is the limit of character for naming a variable. But it is quite big, use meaningful names.