#include int main() { int i,j,countery=0; // *i is our number, *countery is counter that counts how many prime number that we have between 500 and 599 for(i=500;i<=599;i++) { int counterx=0; for(j=7;j