User Portlet User Portlet

Discussions
Sir, Thanks for your help but this is not exactly what I am looking for. I would like the output shows once "No solution" if I had Table[If[IntegerQ[21/i], i, {}], {i, 2, 5, 1}] /. {} -> "No Solution" 21 cannot be divided by 2,3,4,5 and then I...
Any can help, Sir, Can you help me on? The input is: Do[If[IntegerQ[121/i], Print[i]],{i,2,11}] The output will be: 11 BUT I would like to get an output such as "No Solution" if I have the following Input Do[If[IntegerQ[121/i],...