#include using namespace std;
1.int main () 2.{ 3. int i, j;
for(i = 2; i<100; i++) {
for(j = 2; j <= (i