mercredi 6 mai 2015

even,odd,prime numbers

I found even,odd,prime numbers from the read file

int _tmain(int argc, _TCHAR* argv``[])
{
    ifstream read;
    read.open("input.txt");
    ofstream write;

    write.close();
    read.close();
    system("pause");
    return 0;
}

Aucun commentaire:

Enregistrer un commentaire