Software Engineering Section 3 Q.89

0. Ramesh wants to test the following program by generating random test values for x and y. The error in the program is z = 22 should be there
read (x);
read ( y);
If (x== y) then
z = 2;
else
z = 0;
end If;

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *