#include<stdio.h>
#include<conio.h>
#include<string.h>
int main() {
int i, number, num1, num2=0;
char str1[50];
num1 = number;
for(i=2; i<=20; i+=2) {
printf("%d", i);
printf(", ");
}
return 0;
}
2 Thanks
2 Answers
5 Claps
1 Comments
6 Claps
0 Comments
4 Claps
0 Comments
4 Claps
0 Comments
8 Claps
1 Comments

Where could be the end? Any thoughts?
The end is when node_modules finishes installing.