Posts by Ednaldo Pereira • 11 points
1 post
-
-1
votes1
answer61
viewsQ: Prime numbers are not listed
I’m trying to create a C program that shows all prime numbers from 1 to 100 using brute force, but my program shows nothing on the screen. #include <stdio.h> #include <stdlib.h> int…