User Portlet User Portlet

Discussions
I have written a For loop that prints the first 100 prime numbers. But how would I modify it so that it prints all prime numbers between 1 and 100? I am very new to Mathematica so I am sorry if this is considered too basic. For[i = 1, i ...