如何计算100以内的所有素数?
问题描述:
如何计算100以内的所有素数?
答
public class SuShuo
{static int k;
public static void main(String[] args) {
int i,j;
for(i=1;i