MATLAB: My program stops before checking the while loop condition

while loop

My program stops before checking the while loop condition
while (c1> 1 * 10 ^ -2) && (c2> 1 * 10 ^ -1) && (iter <= 1) {}
when the program stops I have the following values: c1=0.012, c2=0.074 and iter = 1.
Thanks.

Best Answer

c2> 1 * 10 ^ -1 is not true for c2 = 0.074