#include main( ) { int x; for(x=1;x<11;++x) printf("Το τετράγωνο του %d είναι %d \n", x, x*x) ; }