CODE
int main(){
Matematica mia;
mia.numPrimo();
system("pause");
}