Can somebody help me on finalizing my loop structure? I am looking for a loop that will BREAK when I get an integer results and print that result
I tried that one but it does not work Can you improve it?
Do[If[IntegerQ[107/i],Print[107/i],{i,2,8,2}]
Thanks for your help
Louis